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 ...
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 ...