TypeScript, the new CoffeeScript?
Today Microsoft’s Anders Hejlsberg introduced TypeScript, which basically is a language that compiles into JavaScript, very similar to CoffeeScript. There are some differences, though: whereas CoffeeScript tries to make writing JavaScript very brief and removes lots of {}-stuff from the language, TypeScript tries to create an efficient type system on top of JavaScript. I have tried to approach CoffeeScript a couple of times, but every time using it for real has had lots of doubts: ...