Whalesong: Racket to JavaScript compiler
Go to file
Darren Cruse 127f5bc9ca Merge pull request #1 from soegaard/master
sync latest soegaard changes (including new image lib) into my fork
2015-02-01 06:48:54 -06:00
whalesong Omit selfhost from build 2015-02-01 10:06:21 +01:00
info.rkt Make compatible with old versions. 2013-12-18 11:22:16 -05:00
README.md Update README.md 2015-02-01 09:56:59 +01:00

Whalesong

IMPORTANT: Use -j 1 to build Whalesong (this turns off parallel builds)

This fork of Whalesong differs from dyoo/whalesong in the following ways:

  • Builds on latest release of Racket (fixes the x undefined problem)
  • Adds for (require whalesong/lang/for)
  • Adds match (require whalesong/lang/match)
  • Adds on-release (as a complement to on-key) Contributed by Darren Cruse
  • Adds parameters (require whalesong/lang/parameters)
  • Extended whalesong/image and whalesong/images (more functions, bug fixes, not matches WeScheme) Contributed by Emmanuel Schanzer

Note: The implementation of parameters works fine, as long as you don't mix parameterize with non-local-exits and reentries (i.e. call/cc and friends)

/soegaard