|
|
|
|
|
by selestify
3973 days ago
|
|
> On the other hand, once you do convince the compiler, you have an excellent chance that the code actually is correct, and you'll spend far less time chasing down crazy runtime bugs. That's what I love about Haskell as well. Know of any other languages like this? |
|
In general, I'm a big fan of static typing. I don't know any other language that manages to provide as much static memory safety as Rust, though; that's the main innovation in Rust.