|
|
|
|
|
by rimliu
3377 days ago
|
|
How much more does Haskell do compared to other languages? Does it posses some unique properties which puts it high above other languages?
Back to cart and car comparison: despite several levels of magnitude difference in complexity the difference in complexity to operate is not that great. That is, you are not directly exposed to the underlying complexity. Meanwhile programming languages should be optimised for reading first. |
|
Interesting, because I totally disagree with this. My preference is for programs designed for safety and amenability to static analysis first. Maybe there's a reason I'm not a Python dev anymore=)