Hacker News new | ask | show | jobs
by jonathanaird 2228 days ago
What you’re looking for is Dart. I’ve really, really enjoyed using it so far. Can be be aot compiled as well.
2 comments

Dart is much closer to TypeScript than C++/Rust in terms of static typing, it just fixes some of the JS painpoints because it's not designed to be a 1:1 mapping to JS.
Yes, although I'm pretty sure Dart also doesn't have specialisation. I could be wrong about that though.