| I've been thinking for a while that it's about time a new (maybe jit compiled?) language hits the scene with: - A simplified/sounder natively integrated version of Typescript's type system
- Javascript's easy notation for manipulating objects
- None of Javascript's other baggage/cruft
- Something akin to go routines Basically, something with the performance of Go/Java (so there would be no need to rewrite your code once it starts serving millions of people) but the elegance of Typescript. Not sure if this is similar to your vision of a "next Python" but it feels somewhat similar. Basically I think right now: C -> Zig C++ -> Rust Java -?-> Go Python/Javascript --> ??? With native typing we could get a language as fast as Java/Go but with the cleanliness of Typescript. |