Combinatorics
From HaskellWiki
(Difference between revisions)
(create initial combinatorics page) |
(use HackagePackage template) |
||
| Line 9: | Line 9: | ||
There are a number of Haskell libraries related to combinatorics: | There are a number of Haskell libraries related to combinatorics: | ||
| - | * | + | * {{HackagePackage|id=arithmoi}} |
| - | * | + | * {{HackagePackage|id=combinat}} |
| - | * | + | * {{HackagePackage|id=exact-combinatorics}} |
| - | * | + | * {{HackagePackage|id=HaskellForMaths}} |
| - | * | + | * {{HackagePackage|id=species}} |
Revision as of 14:47, 24 September 2012
Haskell is a great language for computational combinatorics. This page is for collecting information, links, and resources related to doing combinatorics in Haskell.
1 Mailing list
combinatorics@projects.haskell.org is a low-traffic list for discussing anything related to the intersection of combinatorics and Haskell. Topics in the union of combinatorics and Haskell are probably welcome as well. You can subscribe here.
2 Libraries
There are a number of Haskell libraries related to combinatorics:
