|
|
|
|
|
by Panzerschrek
60 days ago
|
|
I have my own programming language, which is safe (unless one uses unsafe code), fast (compiled into machine code and uses no GC) and easier than Rust (has no traits and generally less boilerplate). It's influenced by C++, but isn't designed to be as close to C++ as possible. So, it's pretty doable to do what you wish to do. But it requires a lot of effort, I have spent almost 10 years developing it. |
|