Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

(let ((C call-with-current-continuation))

1 view
Skip to first unread message

Don Saklad

unread,
May 26, 2006, 2:03:53 PM5/26/06
to
What does this mean?...

(let ((C call-with-current-continuation)) (apply (lambda (x y) (x y)) (map
((lambda (r) ((C C) (lambda (s) (r (lambda l (apply (s s) l)))))) (lambda
(f) (lambda (l) (if (null? l) C (lambda (k) (display (car l)) ((f (cdr l))
(C k))))))) '((#\J #\d #\D #\v #\s) (#\e #\space #\a #\i #\newline)))))

0 new messages