[Bese-devel] parens

Larry D'Anna smoof-ra at elder-gods.org
Sun Jun 26 21:21:39 UTC 2005


* Marco Baringer (mb at bese.it) [050626 16:06]:
> 
> i'm currntly working an implementing a lisp interpreter with support
> for continuations, it currently handles most special opertaros and
> (funcall lambda) [but not call/cc yet until i figure a good
> representation for continuations (good meaning "easily"
> serializable)]. have a look at the arnesi--cps-interpreter--1.4 branch
> of arnesi.

A continuation can hold arbitrary pointers to lisp data though.  How
could you serialize one in a way that would be meaningful outside of
the lisp image it originated from?  Or is that not a requirement?

	--larry 





More information about the bese-devel mailing list