Demos


This directory contains some demo programs. Eeach of the demos reside in its own subdirectory, containing a README file with further information and a Makefile that allows you to compile the program with the simple command
make
The Makefiles are set up to compile the progarms with hbc, using hbcxmake. You can use another compiler, e.g., ghc, by setting the HMAKE variable, e.g.,
make HMAKE=ghcxmake