Haskell

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Links)
Line 6: Line 6:
 
}}
 
}}
 
'''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.
 
'''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.
 +
 +
== See also ==
 +
* [[Cabal]]
  
 
== Links ==
 
== Links ==
 
* [[Wikipedia:Haskell (programming language)|Wikipedia article]]
 
* [[Wikipedia:Haskell (programming language)|Wikipedia article]]
* [http://haskell.org/ Official site]
+
* [https://www.haskell.org/ Official site]
* [http://www.haskell.org/haskellwiki/Language_and_library_specification Language specs]
+
* [https://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]
 
* [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)]
 
* [http://book.realworldhaskell.org/ Real World Haskell (free online book)]

Revision as of 17:10, 15 January 2018

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.

See also

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox