|
|
|
|
|
by nicksergeant
5476 days ago
|
|
FWIW, I used js2coffee on a 400-line JS file powering an app today and the compiled version of the code (js->coffee->js) was noticeably faster than the straight JS version. The for-in efficiency is probably part of that. A quick way to port once: http://ricostacruz.com/js2coffee/ |
|