Roughly, TypeScript is JavaScript plus type information. The latter is removed before TypeScript code is executed by JavaScript engines. Therefore, writing and deploying TypeScript is more work. Is that added work worth it? In this blog post, I’m going to argue that yes, it is. Read it if you are skeptical about TypeScript but interested in giving it a chance.| 2ality.com
Your first step to learn TypeScript| www.typescriptlang.org
The official blog for the Melange project| melange.re
Table of Contents| rpeszek.github.io
Table of Contents| rpeszek.github.io
Table of Contents| rpeszek.github.io
In this article, we show how to use TypeScript to implement Haskell concepts like algebraic data types, higher-kinded types, tagless final, and more.| Functional Programming in TypeScript