Tagged Questions
19
votes
13answers
4k views
Haskell vs. procedural programming in the real world
These days I'm getting seriously into functional programming.
While I'm really excited about Haskell and the possibilities it seems to offer, I can also see now that it is going to take me a while ...
13
votes
4answers
1k views
Why is Haskell (sometimes) referred to as “Best Imperative Language”?
(I hope this question is on-topic -- I tried searching for an answer but didn't find a definitive answer. If this happens to be off-topic or already answered, please moderate/remove it.)
I remember ...
4
votes
9answers
465 views
Translate imperative control flow with break-s/continue-s to haskell
Consider the following imperative code which finds the largest palindrome among products of 3-digit numbers (yes, it's the one of the first tasks from "Project of [outstanding mathematician of 18th ...