Haskell

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
m
(Links)
Line 13: Line 13:
 
* [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]
 
* [http://code.haskell.org/~dons/talks/dons-google-2015-01-27.pdf Haskell in the Large]
 +
* [http://book.realworldhaskell.org/ Real World Haskell (free online book)]

Revision as of 03:46, 9 February 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