dollop grows continuations…
Re: dollop… Continuations now work… or at least a subset of them. This works, for example:
> (+ 1 (call/cc (lambda (k) (+ 3 (k 2))))) => 3
Continuations are hairy like Fuzzyman. ;-) So if you don’t understand the example above, don’t worry, they take a while to wrap your head around. Someday I’ll write a “continuations in 60 seconds” post (or maybe a bit more time will be needed :-); until then, this explanation might help.
Permalink :: Comments off