Haskell

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Links)
m
Line 5: Line 5:
 
|released=1990
 
|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.
 
'''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.
  

Revision as of 22:58, 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