Whalesong depends too much in the internal details of the Racket compiler, so it only works with Racket 6.something. (The current version is 8.5.)
A "modern" alternative is RacketScript https://docs.racket-lang.org/racketscript/index.html but IIUC it can compile only a subset of Racket.
Whalesong depends too much in the internal details of the Racket compiler, so it only works with Racket 6.something. (The current version is 8.5.)
A "modern" alternative is RacketScript https://docs.racket-lang.org/racketscript/index.html but IIUC it can compile only a subset of Racket.