janWilejan@kbin.socialtoProgramming@programming.dev•{n} times faster than C, where n = 128 - Thomas Ip
2·
1 year agoit would be great if they measured the results of opt1_idiomatic
with _ => unreachable!()
. In theory the compiler would optimize that better than _ => 0
.
I’m not sure you are aware, but TypeScript is not the first language to compile to JavaScript.
https://stackoverflow.com/questions/4414558/languages-that-interpret-down-to-javascript
https://github.com/jashkenas/coffeescript/wiki/List-of-languages-that-compile-to-JS
Without TypeScript, people would have adopted a different JS transpiler, one that isn’t controlled by a monopolistic corporation with a history of extinguishing open source projects.