Difference between revisions of "Lenny222/About Haskell"

From HaskellWiki
Jump to navigation Jump to search
Line 3: Line 3:
 
Haskell is a computer programming language that is
 
Haskell is a computer programming language that is
   
 
* [[functional programming|purely functional]]
* [[Polymorphism|polymorphically]]
 
 
* [[typing|statically typed]]
 
* [[typing|statically typed]]
 
* [[Lazy evaluation|lazy]]
 
* [[Lazy evaluation|lazy]]
 
* [[Polymorphism|polymorphically]]
* [[functional programming|purely functional]]
 
   
 
quite different from most other programming languages.
 
quite different from most other programming languages.

Revision as of 09:53, 9 July 2009

About Haskell

Haskell is a computer programming language that is

quite different from most other programming languages.

The language is named for Haskell Brooks Curry, whose work in mathematical logic serves as a foundation for functional languages. Haskell is based on the lambda calculus, hence the lambda we use as a logo.