Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
Scheme
1
Name:
Anonymous
2013-06-28 9:26
Please stop using this garbage
9
Name:
Anonymous
2013-06-28 15:58
>>5
What does the following Scheme code return?
(defun call/cc (f)
(let ((r nil))
(tagbody (setf r (funcall f (lambda (v)
(setf r v)
(go l))))
l)
r))
(call/cc #'call/cc)
Try guessing without without running it.
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List