News

I remember that a report to conference on 'real world' use of Haskell, there was a complaint that performance was impredictable due to Haskell's lazyness by default.
Unfortunately, [Dan] was unable to use Haskell by itself. He blames this on the cobwebs in the Haskell ecosystem, something that isn’t a problem for languages like Python that celebrate wide ...
Why is Haskell considered such a great language, yet is not being used? This question was originally answered on Quora by David Jeske.
As a last note, to experience how incredibly lazy Haskell is, instead of using echo to enter the value Haskell, try typing the input characters one at a time, pressing Return after each character.
Simon Peyton Jones, lead designer of the Glasgow Haskell compiler, recently announced the establishment of the Haskell Foundation. The Haskell Foundation is a non-profit organization dedicated to ...
Haskell is a 25-year-old programming language that isn't all that popular. But Facebook uses it, and that's a sign of things to come.
You don't use parentheses for function calls in Haskell (although you may sometimes have to wrap a particular argument in parentheses). In general, what would be object.method () in Java is written ...