Comment on Programming languages to watch: LiveScript, Julia, ElixirComments−kenjackson13yI've been playing with TypeScript a fair bit lately. Really like it: http://www.typescriptlang.org/Haven't used LiveScript yet.−lightblade13yI was a bit torn between LiveScript and TypeScript. But after using both a bit, I think I like LiveScript better.I feel TypeScript doesn't offer much beyond static type checking, and this can be compensated by using closure compiler together with LiveScript.
Comments
I've been playing with TypeScript a fair bit lately. Really like it: http://www.typescriptlang.org/
Haven't used LiveScript yet.
I was a bit torn between LiveScript and TypeScript. But after using both a bit, I think I like LiveScript better.
I feel TypeScript doesn't offer much beyond static type checking, and this can be compensated by using closure compiler together with LiveScript.