[slime-devel] Re: Patch for stepper support in SBCL and (sort of) CLISP

Brian Downing bdowning at lavos.net
Wed Oct 5 19:50:00 UTC 2005


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.lisp?rev=1.1.4.1&only_with_tag=evaluator-again-branch&view=auto

-bcd



More information about the slime-devel mailing list