On Sat 06 Aug 2011 22:17, Hans Aberg <[email protected]> writes: > FYI: running this file with Guile 2.0.2, the last test claims does not have > call/cc safe 'map'. > http://sisc-scheme.org/r5rs_pitfall.scm
This behaviour is permissible in the R5RS. In R6RS it is not, and it doesn't look like it will be permissible in R7RS either. We'll fix it eventually, but it will require some serious VM hacking (to allow for effectively unlimited stacks). Andy -- http://wingolog.org/
