Difference between revisions of "Template:Main/Intro"

From HaskellWiki
Jump to navigation Jump to search
(mv from main page)
 
 
(10 intermediate revisions by 5 users not shown)
Line 1: Line 1:
  +
<big>Haskell is an advanced [[functional programming|purely-functional]]
<p style="text-align:center">
 
Haskell is an advanced [[functional programming|purely functional programming]] language. The product of more than twenty years of cutting edge research,
+
programming language. An open-source product of more than twenty years of cutting-edge research,
 
it allows rapid development of robust, concise, correct
 
it allows rapid development of robust, concise, correct
software. With strong support for integration with other languages,
+
software. With strong support for [[Foreign_Function_Interface|integration with other languages]],
built-in concurrency, debuggers, profilers, rich libraries and an active
+
built-in [[Parallel|concurrency and parallelism]], debuggers, profilers, [http://hackage.haskell.org/packages/hackage.html rich libraries] and an active community, Haskell makes it easier to produce flexible, maintainable,
 
high-quality software.</big>
community, Haskell makes it easier to produce flexible, maintainable
 
high-quality software.
 
</p>
 

Latest revision as of 15:17, 6 May 2023

Haskell is an advanced purely-functional programming language. An open-source product of more than twenty years of cutting-edge research, it allows rapid development of robust, concise, correct software. With strong support for integration with other languages, built-in concurrency and parallelism, debuggers, profilers, rich libraries and an active community, Haskell makes it easier to produce flexible, maintainable, high-quality software.