Decided to try out Coffeescript. Why – to make javascript coding interesting again. It’s always fun to play around with new language, especially with one that has different syntax.
Installed in on my ubuntu following directions from Installing CoffeeScript on Ubuntu or Debian and Coffeescript.org. Installed node.js as well – wanted to try it out anyway after last devclub.eu meetup.
For now just playing around with it – trying to write javascript using coffeescript’s syntax with the help of Coffeescript Chrome Extension.
It’s definitely fun, but don’t see any practical use so far. Syntax is similar to Ruby, so maybe it’s easier for Ruby developers to switch to Coffeescript instead of learning Javascript. Will see if it turns useful later on.