Presentations tagged type systems
type systems elsewhere
Other relevant things on type systems you might find valuable.
My sales pitch for TypeScript
Roughly, TypeScript is JavaScript plus type information. The latter is removed before TypeScript code is executed by JavaScript engines. Therefore,…
Read MoreJSDoc as an alternative TypeScript syntax
Think of this post as your crash course in using JSDoc as an alternative syntax for TypeScript. We’ll cover all…
Read More