Yesterday and today I had some time to continue my work on my interpreter for a scheme/lisp-like functional programming language which currently bears the working title "scheme0". You can download the new version
here. Additionally, you will need the
boehm-gc garbage collector. The README file briefly explains how to compile scheme0 together with boehm-gc. Feedback and patches are welcome, as usual. For some examples, please have a look at the directory test/ in the source tree. There you will find a number of files implementing trivial programs that test the intrinsic functions that scheme0 provides so far. I also added a COPYING file to the source tree, stating that scheme0 is under the
GNU GPL.