Whalesong: Racket to JavaScript compiler
Go to file
2015-01-23 19:08:12 -05:00
whalesong add image test suite 2015-01-23 19:08:12 -05:00
info.rkt Make compatible with old versions. 2013-12-18 11:22:16 -05:00
README.md allow on-release in world big-bang programs 2015-01-01 19:38:05 -06:00

Whalesong

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)
  • Adds parameters (require whalesong/lang/parameters)

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