Announcing TypeScript 2.1

We spread ourselves thin, but this is the moment you’ve been awaiting – TypeScript 2.1 is here!

Similar

Type-Level Programming in TypeScript

The TypeScript type system is immensely powerful, and while the language itself is, of course, Turing complete, so is the type system itself. This allows us to implement types that are far more sophisticated than what is possible in most popular programmi... (more…)

Read more »

TypeScript vs. Flow

TypeScript calls itself a JavaScript superset and compiler while Flow is a static type checker. TypeScript is developed by Microsoft and highly inspired by C# or Java type systems. What I find interesting is that TypeScript is actually written in TypeScri... (more…)

Read more »