|
|
|
|
|
by jandrese
3175 days ago
|
|
The same could be said for something like Perl, where code gets a reputation for being only readable if you wrote it yourself because no two people know the same subset of the language. That is probably an exaggeration, but it's definitely a problem you see in large complex languages with multiple ways to accomplish any particular task. |
|
Which probably wouldn't be a bad way to teach Haskell, perhaps -- once one gets the general underlying form, understanding the rest is mostly just learning how the rest maps to that form.