Whalesong: Racket to JavaScript compiler
Go to file
Jens Axel Søgaard ecd0a52d85 Behaviour of (letrec ([x x]) x) changed in Racket
The latest Racket has changed the behaviour of (letrec ([x x]) x).
Currently any program beginning with #lang whalesong fails due
to an "x undefined" error. The undefined value is now exported
from racket/undefined.
2014-06-30 00:28:01 +02:00
whalesong Behaviour of (letrec ([x x]) x) changed in Racket 2014-06-30 00:28:01 +02:00
info.rkt Make compatible with old versions. 2013-12-18 11:22:16 -05:00