1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-30 06:50:31 +02:00

Describe gtcltk-lib.

This commit is contained in:
Jim Blandy 1996-09-05 14:57:24 +00:00
parent bb82c5ffb5
commit 1325feea48

11
README
View file

@ -35,10 +35,17 @@ Interesting files include:
The Guile source tree is laid out as follows:
doc: Documentation for Guile, in Texinfo form.
libguile: The Guile Scheme interpreter, packaged as an object
library for you to link with your programs.
libguile:
The Guile Scheme interpreter, packaged as an object library
for you to link with your programs.
guile: An interactive front end for the Guile Scheme interpreter.
rx: A regular expression matching library, interfaced to Guile.
ice-9: Guile's module system, initialization code, and other infrastructure.
lang: A Guile module of tools for writing lexical analyzers and parsers.
ctax: A Guile module providing a C-like syntax for Scheme.
gtcltk-lib:
Glue code for talking to tcl/tk from Guile. The Tcl/Tk
developers have big plans for the next major release of Tcl/Tk
which will make possible a clean, direct interface between
Guile and Tk, so we're providing this very simple-minded
interface until that's ready.