News

These same basic characteristics are what made Haskell so attractive to Facebook. The company needed a language that could help engineers write “rules” for identifying spam on its social network.
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.
Haskell is one of the most popular functional programming languages but it has not found much use in the embedded space.That is not likely to change in the near future but there ...
Why is Haskell considered such a great language, yet is not being used? This question was originally answered on Quora by David Jeske.
Haskell is a standardized, general-purpose, purely functional programming language, with non-strict semantics and strong static typing. In computer science and computer programming, a type system ...
The functional language Haskell has type classes, but Lux is intended to be less constraining. Getting around any constraints can be done natively to the language, not via hacks in the type system.