|
|
|
|
|
by hubert123
3455 days ago
|
|
Rust is an overly complicated language that made the exact same deadly mistakes that c++ made: takes too long to compile and is too complex.
Yes I get it, you're working on the compile times. You will never bring them down to under 1 second regardless of amount of libraries used, let's just say this once and for all. I add two crates 'hyper' and 'postgres-rs' in a 500 line(!!!) program and it's STILL a 2.8 second compile time. Imagine if I actually use Rust for real software and have 500k lines of code.
I'm putting my hopes on Jonathan Blow's Jai language. |
|