DEV Community

Discussion on: It's time for Typescript Native

Collapse
 
jvanbruegge profile image
Jan van Brügge

I am not sure why you would want Typescript. Sure it's better than Javascript, but standing alone it's still awful. The typesystem gets more hacky with every release (conditional types? WTF?) and it still carries the warts of Javascript.

If I want to target native, and want a typed language, O would either look into Haskell or Rust.