sealisp
Lisp interpreter for the PSP + UNIX-clones.
...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 features are available:
* Some primitives for graphics on the PSP.
---
The PSP has no decent hot-swappable coding language, and it can't multi-task. ...