Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Consider using Typescript #73

Open
damylen opened this issue Apr 23, 2016 · 0 comments
Open

Consider using Typescript #73

damylen opened this issue Apr 23, 2016 · 0 comments

Comments

@damylen
Copy link

damylen commented Apr 23, 2016

Typescript is a super-set of javascript which allows you to use upcoming javascript features (es 6,7) now. It's compatible with existing javascript code and adds features like better type support (classes/interfaces). It also enables better intellisense, refactoring, compile time error checking, etc.

It is open-source, started by Microsoft, but even Google is using it to develop Angular2.

More info:
http://www.typescriptlang.org/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant