-
And then the answer becomes: Compare to the haskell I posted before: The "where" idiom allows you to group helper functions and constants underneath the main function, and the unimportance of function order means you can highlight the high-level logic. The haskell code is much shorter and tighter than the python. Having powerful iterative functions like unfoldr in the standard library is another clear win for Haskell; it took me more lines to define unfold than it did to define both next() and r (Read Full Article)
Related Articles
- gimboland " Monads and the meaning of imperative language – also, some musing
- also written by gerd.storm
- My Name Rhymes - Functional Roman Numerals in Python
- also published in My Name Rhymes
- mvanier: How not to explain Haskell monads
- also written by gerd.storm
- One Line Binary Reader In Haskell " Tehgeekmeister'S Blog
- also written by gerd.storm
- Berlin Brown and Development: More haskell simple networking client code and connecting to RabbitMQ
- also written by gerd.storm
- Berlin Brown and Development: Redefining functional composition in haskell
- also written by gerd.storm
- Supercompilation for Haskell
- also mentions Haskell
- Binary Residue " Blog Archive " Judging programming languages by the results
- also written by gerd.storm
- Berlin Brown and Development: More on the AMQP (RabbitMQ) haskell client (and an example)
- also written by gerd.storm
- HStringTemplate: An Elegant, Functional, Nifty Templating Engine for Haskell. " fmap fix return
- also written by gerd.storm





