June 2018 Update

This commit is contained in:
Ingy döt Net 2018-06-22 20:57:24 +00:00
parent ba8067c3b7
commit 22f33d4004
5278 changed files with 84726 additions and 14379 deletions

View file

@ -9,9 +9,16 @@
|bnf=http://haskell.org/onlinereport/index.html}}{{codepad}}
{{language programming paradigm|Declarative}}
{{language programming paradigm|functional}}
'''Haskell''' is a standardized purely [[functional programming]] language with non-strict semantics, named after the logician Haskell Curry. It is one of the more popular functional languages, and the [[lazy evaluation|lazy]] functional language on which the most research is being performed.
'''Haskell''' is a standardized purely [[functional programming]] language with non-strict semantics, named after the logician Haskell Curry.
It is one of the more popular functional languages, and the [[lazy evaluation|lazy]] functional language on which the most research is being performed.
Although Haskell has a comparatively small user community, its strengths have been well applied to a few projects. Audrey Tang's Pugs is an implementation for the forthcoming [[Perl 6]] language with an [[interpreter]] and [[compiler|compilers]] that proved useful already after just a few months of its writing. Darcs is a revision control system, with several innovative features. Linspire GNU/[[Linux]] chose Haskell for system tools development.
Although Haskell has a comparatively small user community, its strengths have been well applied to a few projects.
Audrey Tang's Pugs is an implementation for the forthcoming [[Perl 6]] language with an [[interpreter]] and [[compiler|compilers]] that proved useful already after just a few months of its writing.
Darcs is a revision control system, with several innovative features.
Linspire GNU/[[Linux]] chose Haskell for system tools development.
==Citations==
* [[wp:Haskell_%28programming_language%29|Wikipedia:Haskell (programming language)]]
* [[wp:Haskell_%28programming_language%29|Wikipedia:Haskell (programming language)]]
==Todo==
[[Reports:Tasks_not_implemented_in_Haskell]]

View file

@ -0,0 +1 @@
../../Task/Active-Directory-Connect/Haskell

View file

@ -0,0 +1 @@
../../Task/Active-Directory-Search-for-a-user/Haskell

View file

@ -0,0 +1 @@
../../Task/Catmull-Clark-subdivision-surface/Haskell

View file

@ -0,0 +1 @@
../../Task/Create-a-file-on-magnetic-tape/Haskell

View file

@ -0,0 +1 @@
../../Task/HTTPS-Authenticated/Haskell

View file

@ -0,0 +1 @@
../../Task/Joystick-position/Haskell

View file

@ -0,0 +1 @@
../../Task/Longest-string-challenge/Haskell

View file

@ -0,0 +1 @@
../../Task/Natural-sorting/Haskell

View file

@ -0,0 +1 @@
../../Task/Object-serialization/Haskell

View file

@ -0,0 +1 @@
../../Task/Parametrized-SQL-statement/Haskell

1
Lang/Haskell/Send-email Symbolic link
View file

@ -0,0 +1 @@
../../Task/Send-email/Haskell