Difference between revisions of "Haskell and mathematics"

From HaskellWiki
Jump to navigation Jump to search
(moved books list to "Books and tutorials/Mathematics")
Line 56: Line 56:
 
* [http://vandreev.wordpress.com/2006/12/04/non-standard-analysis-and-automatic-differentiation/ Non-standard analysis, automatic differentiation, Haskell]
 
* [http://vandreev.wordpress.com/2006/12/04/non-standard-analysis-and-automatic-differentiation/ Non-standard analysis, automatic differentiation, Haskell]
 
* [http://www.polyomino.f2s.com/ Haskell for Maths]: commutative algebra, combinatorics, number theory, and group theory
 
* [http://www.polyomino.f2s.com/ Haskell for Maths]: commutative algebra, combinatorics, number theory, and group theory
  +
* [http://www.serpentine.com/blog/2007/01/11/two-dimensional-spatial-hashing-with-space-filling-curves/ Two-dimensional spatial hashing with space-filling curves]
   
 
[[Category:Community]]
 
[[Category:Community]]

Revision as of 01:19, 1 March 2007

Haskell is growing in popularity among mathematicians. As one blogger put it:

"after my involving myself in the subject, one thing that stands out is the relatively low distance between thought expressed in my ordinary day-to-day mathematical discourse, and thought expressed in Haskell code."

and

"How can Haskell not be the programming language that all mathematicians should learn?"

To paraphrase Hilbert ("Physics is too complicated for Physicists"), the relative obscurity of Haskell (a language with a strict notion of functions, higher-order-functions, and types) amongst mathematicians may be that:

"Haskell is too mathematical for many mathematicians."

This page collects resources for using Haskell to do mathematics.

Textbooks

See Books and tutorials/Mathematics

Libraries

A growing collection of Haskell math libraries.

Theorem proving

There has been a long tradition of mechanised reasoning in and about Haskell.

Mathematics from a Haskell perspective

Articles on computational and category theoretic branches of mathematics, and their role as a foundation for programming and Haskell itself.

Tutorials and blogs on Haskell for mathematicians