|
|
|
|
|
by gtf21
639 days ago
|
|
> I find some code easier to express with procedural/mutable loops than recursion This is what I was talking about in the section "Unlearning and relearning". While there are _some_ domains (like embedded systems) for which Haskell is a poor fit, a lot of the difficulties people have with it (and with FP in general) is that they have been heavily educated to think in a particular way about computation. That's an accident of history, rather than any fundamental issue with the programming paradigm. |
|