Google Traceur is a new JavaScript library by Google that implements proposed next generation JavaScript language features, like classes, inheritance, and composition, and makes them available to developers today. It does so by converting code written for Traceur into JavaScript code that runs in today’s browsers.
I’ve been reading up on CoffeeScript a lot lately, and it seems like CoffeeScript handles quite a few of the same language problems, but with a new syntax rather than just extending JavaScript.
Both languages are really exciting to me because of the prospects for having a little more language flexibility in the browser. I can’t wait to see where this trend takes us.



Comments