Haskell

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(See also)
Line 9: Line 9:
 
== See also ==
 
== See also ==
 
* [[Cabal]]
 
* [[Cabal]]
 +
* [[Hpack (Haskell)]]
  
 
== Links ==
 
== Links ==

Revision as of 16:21, 13 June 2020

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