Morgan Smith c7d170c5d1 Fix typos throughout codebase. 1 year ago
..
box c7d170c5d1 Fix typos throughout codebase. 1 year ago
box-dynamic c7d170c5d1 Fix typos throughout codebase. 1 year ago
box-dynamic-module c7d170c5d1 Fix typos throughout codebase. 1 year ago
box-module c7d170c5d1 Fix typos throughout codebase. 1 year ago
compat 1234bb1850 Update license notices in all C files 6 years ago
modules 88e7030845 Fix typos in examples. 3 years ago
safe c7d170c5d1 Fix typos throughout codebase. 1 year ago
scripts c7d170c5d1 Fix typos throughout codebase. 1 year ago
web 88e7030845 Fix typos in examples. 3 years ago
ChangeLog-2008 afb59d75b8 Rename `ChangeLog' files to `ChangeLog-2008'. 16 years ago
Makefile.am ee3a800f46 add simple web app examples 14 years ago
README ee3a800f46 add simple web app examples 14 years ago
check.test 0ea47a3a09 Aggregate `Makefile.am' files under `examples/'. 15 years ago

README

-*- outline -*-

* Overview

This directory contains examples illustrating various aspects of Guile
programming.

If you plan writing Scheme programs, have a look at the `scripts'
directory. To learn more about Guile modules, check out the `modules'
directory, and maybe the `box-module' and `box-dynamic-module'
directories, if you are into C programming or shared libraries,
respectively. The `safe' directory contains examples for evaluation
Scheme code in controlled environments (sandboxing). The directories
`box', `box-module', `box-dynamic' and `box-dynamic-module' are
interesting if you plan writing Guile extensions.

See the README files in the subdirectories for details.


* Included Examples

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.

web Simple web servers.

compat autoconf code for making a Guile extension
compatible with older versions of Guile.