What products use Haskell?

What products use Haskell?

There are lists of companies that use Haskell on the Haskell web site and on Quora. A few highlights are Facebook, IBM, Twitter, AT, Bank of America, Barclays Capital, NVIDIA and Microsoft. Some interesting links are: Facebook uses Haskell in several projects, for example Fighting spam with Haskell.

Does Facebook uses Haskell?

At Facebook, we’re using Haskell at scale to fight spam and other types of abuse. Using the Haxl framework, our engineers working on spam fighting can focus on functionality rather than on performance, while the system can exploit the available concurrency automatically.

What are the most important libraries in Haskell?

In the section ‘Haskell applications and libraries’ an ordering by category is given. Finally some guidelines for developers of new packages are presented. The most important Haskell library is called the Prelude. It is implicitly imported by default, and includes the most commonly used functions.

READ ALSO:   What is better Game Ready driver or studio driver?

What are some examples of Haskell packages?

Examples of included packages are: attoparsec, network and QuickCheck . Hackage is the final layer of the Haskell library collections. Hackage aims to provide a comprehensive collection of released Haskell packages, similar to Perl’s CPAN or Python’s PyPI.

What is Cabal in Haskell?

Cabal, The Common Architecture for Building Applications and Libraries, is a framework for packaging, building, and installing any tool developed in the Haskell language. Proposals for the module name space layout that can be used to guide the construction of new libraries.

What is Hackage in Haskell?

Hackage is the final layer of the Haskell library collections. Hackage aims to provide a comprehensive collection of released Haskell packages, similar to Perl’s CPAN or Python’s PyPI. Start on Hackage if you are looking for some functionality that did not come preinstalled with the Haskell Platform.