haskell programming language

TwitterFacebook
Get flash to fully experience Pearltrees
Other people's Haskell trees

https://www.fpcomplete.com/blog/2012/04/the-downfall-of-imperative-programming

The Downfall of Imperative Programming | FP Complete

Imperative programming is in my bloodstream. I've been a C++ programmer for most of my life. I wrote a book about C++.

VsHaskell

See also [ LanguageComparisons ]. Haskell Haskell is a modern functional language (like lisp). It's not commonly used but the language is used for some "real" projects (not just an experimental language) and is becoming more common in industry. For example, the darcs version control system is written in Haskell. http://wiki.python.org/moin/PythonVsHaskell
http://www.linuxjournal.com/article/8850 I've been trying to learn Haskell lately, and the hardest thing seems to be learning about monads. "Monads in Ruby" and "Monads for Functional Programming" helped me finally to break the ice, but more importantly, they gave me a glimpse behind the veil. I finally began to understand something that is trivial to people such as Philip Wadler, but something that never had been explained to me so succinctly. In computer science, we enjoy using mathematic models, but the science still works if you violate the math. And, much to the dismay of purely functional programming enthusiasts, we almost always do. However, when we embrace the math, sometimes the loss in flexibility is more than compensated for by the increase in functionality.

Everything Your Professor Failed to Tell You About Functional Programming