Difference between revisions of "Haskell"

From Conservapedia
Jump to navigation Jump to search
Line 1: Line 1:
 
'''Haskell'''  is a pure [[functional programming languages|functional programming language]] with roots in the [[lambda calculus]].  Free and [[open source]] implementations are available for a variety of operating systems.   
 
'''Haskell'''  is a pure [[functional programming languages|functional programming language]] with roots in the [[lambda calculus]].  Free and [[open source]] implementations are available for a variety of operating systems.   
 +
 +
== Hello World ==
 +
 +
(display "hello world\n")
  
 
===External Links===
 
===External Links===

Revision as of 23:04, May 13, 2009

Haskell is a pure functional programming language with roots in the lambda calculus. Free and open source implementations are available for a variety of operating systems.

Hello World

(display "hello world\n")

External Links