Remix.run Logo
slowhadoken 3 hours ago

Am I mistaken or isn’t TypeScript just Golang under the hood these days?

jeremyjh 2 hours ago | parent | next [-]

There is too much wrong here to call it a mistake.

iainmerrick 3 hours ago | parent | prev [-]

Hmm, there's an in-progress rewrite of the TypeScript compiler in Go; is that what you mean?

I don't think that's actually out yet, and more importantly, it doesn't change anything at runtime -- your code still runs in a JS engine (V8, JSC etc).

koakuma-chan 42 minutes ago | parent [-]

npm i -D @typescript/native-preview

You can use it today.