On Tue, 16 Nov 2004 18:02:40 +0000, "Matthias Radestock"
<matthias@xxxxxxxxxx> said:
> To implement partial continuations I propose the following new primitives
This sounds great! Would this design support nested calls to 'reset' and
using call/pc to get a partial continuation for the outside reset's
mark?
(reset
(lambda ()
(reset
(lambda ()
(call/pc
(lambda (k1)
...k1 would be the partial continuation for the inner
reset. How would I get the outer reset from here?...)))))
Chris.
--
Chris Double
chris.double@xxxxxxxxxxxx
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
|