|
|
|
|
|
by gnaritas
3175 days ago
|
|
The question is about learning functional programming, Haskell forces you to learn much more than that to use it. Functional programming should be taught in something like Scheme, which lets you focus on the functional without being forced to also deal with a crazy Hindley-Milner type system that has nothing to do with functional programming. Haskell is not the right language to learn functional programming in, it's not the right language to learn anything in, beginners should start in easier languages. > It is without doubt the most beautiful language ever conceived. Only if you're a masochist. |
|