[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re:
"KA" == Ken Anderson <kanderson@bbn.com> tests the waters with an empty
message:
Yes, the list itself is alive, but the members are dormant ;-)
Last I remember, Matthias was going to post something or other.
--- Vladimir
--------
Vladimir G. Ivanovic http://leonora.org/~vladimir
2770 Cowper St. vladimir@acm.org
Palo Alto, CA 94306-2447 +1 650 678 8014
"MF" == Matthias Felleisen <matthias@ccs.neu.edu> writes:
MF> That's not how I would have explained the difference. Consider this.
MF> Here is how you define the-current-continuation:
MF> (define (the-current-continuation) (call/cc (lambda (x) x)))
MF> Now implement call/cc. Hint: The solution is in one of my early papers,
MF> including calculations. Hint-: It's not in the on-line biblio we just
MF> saw. So don't peek :-)
MF> More tomorrow -- Matthias