I have moved almost all of my web development clients to CoffeeScript. BTW There is also a JS-> CoffeeScript compiler out there.
The other nice thing about CS is that the compiler is pretty simple so a lot of people have forked it to add new features. There was one that added types similar to haskell to it for example.
Now I need to figure out if there is a version of the Selenium IDE for Chrome, as it is the one piece of my workflow that is as far as I know firefox only. I find that Selenium makes a great macro recorder for web development.
CoffeeScript and Sourcemaps
Date: 2012-05-02 02:54 am (UTC)The other nice thing about CS is that the compiler is pretty simple so a lot of people have forked it to add new features. There was one that added types similar to haskell to it for example.
Now I need to figure out if there is a version of the Selenium IDE for Chrome, as it is the one piece of my workflow that is as far as I know firefox only. I find that Selenium makes a great macro recorder for web development.