Improve grd program in Gambit REPL iOS example (add "mv" command, on Windows provide...
[gambit-c.git] / examples / README
blobd376855253f73722be8019c41b3bfea468bcba23
1 This directory contains the following examples:
3   pi          bignums -- compute digits of pi
4   ring        threads and FIFOs -- create a ring of threads sending messages
5   distr-comp  threads and sockets -- thread migration in distributed system
6   web-server  threads and sockets -- small web server to browse the filesystem
7   web-repl    threads and sockets -- an applet implementing a remote REPL
8   tcltk       Tcl/Tk interface -- GUI with a bunch of buttons
9   Xlib-simple threads and FFI -- display 2 windows that bounce balls
10   pthread     posix threads and FFI -- calling Scheme from threaded C program