This directory contains a few programs that show how the Gambit system
can be used.  To try one of these programs, do a `cd ...' to the correct
directory and type `make'.  This will produce an executable file that
can then be run (from the shell).

Content:

  hello      simple program

  pi         compute pi to arbitrary precision

  queens     parallel n queens problem (run `queens 8' for 8 queens problem)

  fib        how to gather runtime statistics and generate event logs for gsx

  link-c     how to link Scheme code and C code

  xgsi       a minimal interface to Xlib (from Patrick Logan, plogan@std.mentorg.com)
