TypeScript: a language for application-scale JavaScript development
typescriptlang.org
TypeScript: a language for application-scale JavaScript development
1–10 of 316 posts
Re: TypeScript: a language for application-scale JavaScript development
#2Re: TypeScript: a language for application-scale JavaScript development
#3Re: TypeScript: a language for application-scale JavaScript development
#4* TypeScript is under the Apache 2.0 license [1]
* Source is available via git on Codeplex [2]
* Installation is as easy as npm install -g typescript [3]
Extra bonus coolness: They've provided an online playground like jsfiddle! [4].
[1]http://typescript.codeplex.com/license
[2]http://typescript.codeplex.com/SourceControl/changeset/view/...
Re: TypeScript: a language for application-scale JavaScript development
#5Re: TypeScript: a language for application-scale JavaScript development
#6Can I write my TypeScript in coffeescript?
Re: TypeScript: a language for application-scale JavaScript development
#7http://typescript.codeplex.com/SourceControl/changeset/view/...
Re: TypeScript: a language for application-scale JavaScript development
#8Now I want to take an advantage of strict typing at runtime, which is obviously not possible, because instead of standardizing a VM all vendors are doing stupid things like this.
The question is whether they will do it in a propitiatory way or push it as an extension of ECMAScript and try to get other VMs to implement it.
Re: TypeScript: a language for application-scale JavaScript development
#9Say what you want about whether this is a good idea or not, it is clear at least part of MS is really serious about open source. * TypeScript is under the Apache 2.0 license [1] * Source is available via git on Codeplex [2] * Installation is as easy as npm install -g typescript [3] Extra bonus coolness: They've provided an online playground like jsfiddle! [4]. [1] http://typescript.codeplex.com/license [2] http://typ…
http://blogs.msdn.com/b/interoperability/archive/2012/10/01/...
Re: TypeScript: a language for application-scale JavaScript development
#10The only reason I wrote it was to prove to a co-worker who was "hating" on JavaScript that it IS possible to have a type system in JavaScript - if that's what you want. Its not the same end result but similar enough to warrant a mention.
Here's the repo: https://github.com/christopherdebeer/TypedFunc