How can I compile CoffeeScript from .NET?
Posted
by liammclennan
on Stack Overflow
See other posts from Stack Overflow
or by liammclennan
Published on 2010-05-21T03:30:37Z
Indexed on
2010/06/02
2:33 UTC
Read the original article
Hit count: 632
JavaScript
|coffeescript
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?
© Stack Overflow or respective owner