Hacker News new | ask | show | jobs
by zephyr4434 4135 days ago
You might want to look at coffeescript. If you like Ruby, you'd probably like the coffeescript syntax for writing javascript, which should be helpful in web app development. Rails has out-of-the-box support for .coffee files.
1 comments

Along these lines, you could also check out Sprockets ES6 (https://github.com/josh/sprockets-es6).