tcr / mug

A self-hosted JavaScript compiler for the JVM. Written in CoffeeScript.
150 stars 5 forks source link

Get Env.js running #21

Open tcr opened 13 years ago

tcr commented 13 years ago

http://www.envjs.com/

Env.js has a Rhino-compatible file, which should in theory run in Mug with little modification. The main setback is that it relies heavily on getters and setters, waiting until Mug supports these natively.