On Wed, Oct 05, 2005 at 09:09:45PM +0200, Svein Ove Aas wrote:
I'd appreciate pointers to whitepapers on Lisp evaluation and such, if you have some handy.
If you don't already know about it, the full metacircular evaluator I wrote for SBCL is in SBCL's evaluator-again-branch. It hasn't been touched for about five months, unfortunately.
The evaluator itself is done. Missing is integration into things like the debugger and TRACE. It is also mostly portable.
Most of the guts are in:
http://cvs.sourceforge.net/viewcvs.py/sbcl/sbcl/src/code/Attic/full-eval.lis...
-bcd