How can I compile CoffeeScript from .NET?
- by liammclennan
I want to write a HttpHandler that compiles CoffeeScript on-the-fly and sends the resulting javascript. I have tried Ms Jscript and IronJS without success. I don't want to use Rhino because the java dependency would make it too difficult to distribute.
Has anyone compiled CoffeeScript from .NET or have any idea how it could be done?