|
|
|
|
|
by fjh
4018 days ago
|
|
> Rust pulls some really nice trick, but cannot match Haskell. I'm not convinced that's true. Rust is even stricter than Haskell in many respects (first example that comes to mind is incomplete pattern matches, which is a compiler error in rust) and strictness also avoids some run-time errors. I've managed to produce infinite loops in Haskell by accidentally defining recursive values more than once. |
|