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:
parent
bb82c5ffb5
commit
1325feea48
1 changed files with 15 additions and 8 deletions
23
README
23
README
|
@ -34,11 +34,18 @@ Interesting files include:
|
||||||
|
|
||||||
The Guile source tree is laid out as follows:
|
The Guile source tree is laid out as follows:
|
||||||
|
|
||||||
doc: Documentation for Guile, in Texinfo form.
|
doc: Documentation for Guile, in Texinfo form.
|
||||||
libguile: The Guile Scheme interpreter, packaged as an object
|
libguile:
|
||||||
library for you to link with your programs.
|
The Guile Scheme interpreter, packaged as an object library
|
||||||
guile: An interactive front end for the Guile Scheme interpreter.
|
for you to link with your programs.
|
||||||
rx: A regular expression matching library, interfaced to Guile.
|
guile: An interactive front end for the Guile Scheme interpreter.
|
||||||
ice-9: Guile's module system, initialization code, and other infrastructure.
|
rx: A regular expression matching library, interfaced to Guile.
|
||||||
lang: A Guile module of tools for writing lexical analyzers and parsers.
|
ice-9: Guile's module system, initialization code, and other infrastructure.
|
||||||
ctax: A Guile module providing a C-like syntax for Scheme.
|
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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue