Combinatorics
From HaskellWiki
(Difference between revisions)
(use HackagePackage template) |
(→Libraries) |
||
| (2 intermediate revisions not shown.) | |||
| Line 14: | Line 14: | ||
* {{HackagePackage|id=HaskellForMaths}} | * {{HackagePackage|id=HaskellForMaths}} | ||
* {{HackagePackage|id=species}} | * {{HackagePackage|id=species}} | ||
| + | * {{HackagePackage|id=testing-feat}} | ||
| + | * [http://code.haskell.org/~thielema/htam/src/ htam] - a mathematical sandbox containing some code for combinatorics | ||
| + | |||
| + | [[Category:Combinatorics|*]] | ||
Current revision
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:
- arithmoi
- combinat
- exact-combinatorics
- HaskellForMaths
- species
- testing-feat
- htam - a mathematical sandbox containing some code for combinatorics
