|
|
|
|
|
by miccah
1950 days ago
|
|
Take a look at V. It's like the love child of Rust and Go. It's extremely fast (both compiling and executing), has simple syntax with "one way to do things", has sum types and option/results with enforced error checking, and it even has a REPL. Oh not to mention it has C interoperability and a native cross-platform GUI library. https://vlang.io/ |
|