|
|
|
|
|
by JoshTriplett
3973 days ago
|
|
I used to feel more strongly that way about Haskell. I still do about most types of errors, but I spent a long time debugging serious performance issues caused by unbounded laziness and insufficient strictness. 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. |
|
And yet strictness typing seems to be on nobody's plan for future Haskell extensions.