Haskell

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Created page with "{{FormatInfo |formattype=Languages |subcat=Programming Languages |extensions={{ext|hs}}, {{ext|lhs}} |released=1990 }} '''Haskell''' is a functional programming language, mea...")
 
(Links)
Line 13: Line 13:
 
* [http://www.haskell.org/haskellwiki/Language_and_library_specification Language specs]
 
* [http://www.haskell.org/haskellwiki/Language_and_library_specification Language specs]
 
* [http://www.willamette.edu/~fruehr/haskell/evolution.html The evolution of a Haskell programmer]
 
* [http://www.willamette.edu/~fruehr/haskell/evolution.html The evolution of a Haskell programmer]
 +
* [http://code.haskell.org/~dons/talks/dons-google-2015-01-27.pdf Haskell in the Large]

Revision as of 22:57, 31 January 2015

File Format
Name Haskell
Ontology
Extension(s) .hs, .lhs
Released 1990


Haskell is a functional programming language, meaning that everything is expressed in terms of functions (expressions returning a value), rather than sequences of commands to be executed. Side effects of functions are discouraged. Haskell uses closures to allow functions to be passed as arguments to other functions in order to be made part of expressions there.

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox