Haskell

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
m (See also)
 
(One intermediate revision by one user not shown)
Line 9: Line 9:
 
== See also ==
 
== See also ==
 
* [[Cabal]]
 
* [[Cabal]]
 +
* [[hpack (Haskell)]]
  
 
== Links ==
 
== Links ==

Latest revision as of 16:22, 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.

[edit] See also

[edit] Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox