newsA lisp implementation - News

 
 

alisp 0.94 released

Item posted by Andrea Monaco <andreamonaco> on Tue 23 May 2023 04:07:47 PM UTC.

Version 0.94 is out!

This is a major step forward.

I settled on a cyclic reference counting algorithm (by Pepels, van Eekelen, Plasmeijer) for garbage collection; the algorithm is pretty fast and has no annoying garbage collection pause.

Moreover, the reader is now fully accessible in lisp-land with READ, package support is more complete, there are DO and DO* as the most general loop constructs, plus a lot of new functions, macros and bug fixes.
 
Get alisp at https://download.savannah.nongnu.org/releases/alisp/alisp-0.94.tar.gz.  See README for instructions and test.pl for a tour de force of the interpreter.

Back to the top

Powered by Savane 3.14-50d9.
Corresponding source code