1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00
guile/examples
2001-06-06 20:14:51 +00:00
..
box * box-dynamic-module: New directory, implements the box type in a 2001-06-05 17:33:40 +00:00
box-dynamic * box-dynamic-module: New directory, implements the box type in a 2001-06-05 17:33:40 +00:00
box-dynamic-module * box-dynamic-module/box-module.scm: New file. 2001-06-06 20:14:51 +00:00
box-module * box-dynamic-module: New directory, implements the box type in a 2001-06-05 17:33:40 +00:00
modules * .cvsignore: here and in all subdirectories listing Makefile and 2001-06-02 04:58:55 +00:00
safe * .cvsignore: here and in all subdirectories listing Makefile and 2001-06-02 04:58:55 +00:00
scripts * .cvsignore: here and in all subdirectories listing Makefile and 2001-06-02 04:58:55 +00:00
.cvsignore * .cvsignore: here and in all subdirectories listing Makefile and 2001-06-02 04:58:55 +00:00
ChangeLog * box-dynamic-module/box-module.scm: New file. 2001-06-06 20:14:51 +00:00
Makefile.am * box-dynamic-module: New directory, implements the box type in a 2001-06-05 17:33:40 +00:00
README * box-dynamic-module: New directory, implements the box type in a 2001-06-05 17:33:40 +00:00

							       -*- text -*-

This directory contains examples illustrating various aspects of Guile
programming.

See the README files in the subdirectories for details.

scripts             Examples for writing simple scripts in Guile Scheme.
box		    Example for extending Guile with a new data type.
box-module	    Similar to `box', but defines new procedures in a
		    named module.
box-dynamic	    Implements the box type in a dynamically loadable
		    library.
box-dynamic-module  Combination of `box-module' and `box-dynamic': 
		    Implements the `box' type in a shared library and
		    defines the procedures in a Guile module.
modules		    Examples for writing and using Guile modules.
safe		    Examples for creating and using safe environments.