|
|
|
|
|
by felixguendling
2267 days ago
|
|
I think the concept would look more like Rust. It is still compiled to machine code, not VM opcode. You do not need a VM and do not require a garbage collector, JIT, etc. which makes it suitable for more use cases. But: if it's a completely new language (no backward compatibility to C++) - why do we need this? Can't we just use one of those new languages that are already available (Rust, Zig, Odin, Nim, just to name a few). |
|
Would backwards compatibility to "modern C++" make more sense than no backwards compatibility?