So...a joke with a colleague at work got a little bit out of hand. I wrote a 4-Bit Virtual Machine in @typescript, using just Types, no JavaScript.
gist.github.com/acutmore/9d2ce…
Today, I'm releasing a TypeScript compiler called ts-blank-space 🎈
We use this at @TechAtBloomberg to perform type-stripping on a modern subset of TypeScript.
It's written in TypeScript and is fast because it uses whitespace to enable work-skipping.
bloomberg.github.io/ts-blank-space
Today, I'm releasing a TypeScript compiler called ts-blank-space 🎈
We use this at @TechAtBloomberg to perform type-stripping on a modern subset of TypeScript.
It's written in TypeScript and is fast because it uses whitespace to enable work-skipping.
bloomberg.github.io/ts-blank-space
I thought the "just JavaScript" part of React was: there isn't new syntax for `if` and loops within the template (JSX). Any logical aspect should be achieved with "just JavaScript"