About
Register
Login
Links
People
Trending
Discover
🐢 Keb
what are some options excluding TypeScript and Flow for type-checking a Node project?
3y, 50w
9 replies ¬
🧐 Nrmn
I'm honestly not sure there are any except using a cross-compiled language. Almost everything is nowadays compiling to WASM. But there are other languages that compile directly to Javascript as well. For example
dart.dev
··· 3y, 50w
6 replies
🖥️ Lesha
And, it you're going to target wasm, you'll likely use either C or Rust and at that point you don't really need wasm for server side.
3y, 49w
1 reply
Login
or
register
your account to reply
🧐 Nrmn
Exactly, then you could go with eg rust directly
3y, 49w
reply