sealisp
Lisp interpreter for the PSP + UNIX-clones.
This is a Lisp interpreter which will eventually be ANSI standard compliant.
It currently compiles for UNIX-clones and the PSP, it has no external dependencies, with the garbage collector and numeric library and all other components being home made, from scratch.
Working so far:
* Automatic precise garbage collector.
* Procedural macros.
* Computer algebra library
* A bunch of useful primitives.
* A fairly small, but useful standard library.
In the PSP build, the following additional...