1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00
guile/examples
Martin Grabmüller cc6dd1c57a * box-dynamic: New directory, implements the box type in a shared
library (aka extension)

	Thanks to Thomas Wawrzinek for patching box.c into an extension!
2001-05-31 18:24:11 +00:00
..
box Added the new `examples' directory to the distribution. 2001-05-31 15:54:25 +00:00
box-dynamic * box-dynamic: New directory, implements the box type in a shared 2001-05-31 18:24:11 +00:00
box-module Added the new `examples' directory to the distribution. 2001-05-31 15:54:25 +00:00
modules Added the new `examples' directory to the distribution. 2001-05-31 15:54:25 +00:00
safe Added the new `examples' directory to the distribution. 2001-05-31 15:54:25 +00:00
scripts Added the new `examples' directory to the distribution. 2001-05-31 15:54:25 +00:00
ChangeLog * box-dynamic: New directory, implements the box type in a shared 2001-05-31 18:24:11 +00:00
Makefile.am * box-dynamic: New directory, implements the box type in a shared 2001-05-31 18:24:11 +00:00
README * box-dynamic: New directory, implements the box type in a shared 2001-05-31 18:24:11 +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 define new procedures in a named module.
box-dynamic Implements the box type in a dynamically loadable library.
modules     Examples for writing and using Guile modules.
safe        Examples for creating and using safe environments.