|
|
|
|
|
by seanmcdirmid
4069 days ago
|
|
The point is that a scripting language is a "program to think" language, while haskell is often seen as a "think to program" language (at least when described as in the top level post). That you have to do more thinking and planning when using haskell (supposedly) doesn't help when the problem you are working on is not well understood and requires exploration (where you are forced to do exploration in your head...or on a whiteboard, rather than in code). |
|
EDIT: Bottom line, I think Haskell also works well for people who "see programming as a cybernetic extension of their mind".