I'd love to use CoffeeScript, but converting all my JavaScript files doesn't seem like a task I should have to do by hand...
feedback
|
|
I brought this back guys, it's at http://mindynamics.github.com/js2cs Sorry about this downtime, we were ungoing changes. Thanks for the link! | |||||||||
feedback
|
|
Here's another: You can also convert CoffeeScript to JS (as on the CoffeeScript site) - it's nice to have it all in one place. | |||||||
feedback
|
|
You could use CoffeeScript for all your new scripts. I mean, seeing as CoffeeScript interpreters turn it back into JavaScript, you could just keep your old JavaScript as-is and leave it while you spend your time on writing new CoffeeScript. | |||
|
feedback
|
|
| |||||||
feedback
|
|
| |||
|
feedback
|
|
I had a quick look around and I don't think it's possible, it seems like CoffeeScript converts it's code into compiled JavaScript code, so you should be able to do small chucks at a time. | |||
|
feedback
|