FrontpageDraft: Difference between revisions
(created) |
mNo edit summary |
||
Line 107: | Line 107: | ||
|valign=top width=65% style="text-align:left"| | |valign=top width=65% style="text-align:left"| | ||
Haskell is a modern, general-purpose, pure functional programming | Haskell is a modern, general-purpose, [[functional programming|pure functional programming language]] that combines many powerful results from research into a practical programming language. Its features include: | ||
language that combines many powerful results from research into a | |||
practical programming language. Its features include: | |||
* [[typing|Static typing]] increases robustness as the compiler will catch many common errors automatically. | * [[typing|Static typing]] increases robustness as the compiler will catch many common errors automatically. | ||
Line 119: | Line 117: | ||
* Purity helps to keep your code maintainable, enables [[Introduction_to_QuickCheck|automatic, randomized testing]] and eases [[Concurrency_demos|concurrent programming]] significantly. | * Purity helps to keep your code maintainable, enables [[Introduction_to_QuickCheck|automatic, randomized testing]] and eases [[Concurrency_demos|concurrent programming]] significantly. | ||
Haskell comes with many libraries, freely available [[Implementations|compilers]] for | Haskell comes with many libraries, freely available [[Implementations|compilers]] for almost any computer, debuggers, profilers, [[Haskell_program_coverage|code coverage]] and testing tools. | ||
almost any computer, debuggers, profilers, code coverage and testing | |||
tools. | |||
Revision as of 20:41, 28 November 2007
Search haskell.orgAbout
Learning Haskell
Libraries
Community
|
Haskell is a modern, general-purpose, pure functional programming language that combines many powerful results from research into a practical programming language. Its features include:
Haskell comes with many libraries, freely available compilers for almost any computer, debuggers, profilers, code coverage and testing tools.
|