[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Scheme-reports] Technical question
- To: scheme-reports <scheme-reports@x>
- Subject: [Scheme-reports] Technical question
- From: Eli Barzilay <eli@x>
- Date: Thu, 26 May 2011 11:34:48 -0400
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@x
http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports