[Scheme-reports] Technical question
Eli Barzilay 26 May 2011 15:34 UTC
This is a question for WG1 (collectively):
According to R5RS, is this code:
(call-with-values
(lambda ()
(call-with-current-continuation (lambda (k) (k 1 2 3))))
(lambda (x y z) 'ok))
allowed to throw an error, or to return anything other than 'ok ?
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://barzilay.org/ Maze is Life!
_______________________________________________
Scheme-reports mailing list
Scheme-reports@scheme-reports.org
http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports