Originally posted by marios
View Post
The "guarantee" that if it compiles, it works.
And the CRUCIAL part is that the compilation error messages explains exactly why the error happened.
So you have this PITA compiler/borrow-checker that carries you to solve the issue with it's super detailed message.
Being performant, deterministic, modern without garbage collector and stuff are a plus
Comment