Haskell: Difference between revisions
m r2.7.1) (robot Adding: ar:هاسكل (لغة برمجة) |
Citation bot (talk | contribs) m [344]+: postscript, editor1-last, editor1-first, pages. Formatted dashes. |
||
Line 21: | Line 21: | ||
}} |
}} |
||
'''Haskell''' ({{pron-en|ˈhæskəl}})<ref>{{cite mailing list |url=http://www.haskell.org/pipermail/haskell-cafe/2008-January/038756.html |title=anybody can tell me the pronuncation of "haskell"? |date=January 28, 2008 |accessdate=2011-03-12 |mailinglist=Haskell-cafe |last=Chevalier |first=Tim}}</ref><ref>{{cite mailing list |url=http://www.haskell.org/pipermail/haskell-cafe/2008-January/038758.html |title=anybody can tell me the pronuncation of "haskell"? |date=January 28, 2008 |accessdate=2011-03-12 |mailinglist=Haskell-cafe |last=Chevalier |first=Tim}}</ref> is a standardized, general-purpose [[purely functional]] [[programming language]], with [[non-strict semantics]] and [[Strong typing|strong]] [[Type system#Static typing|static typing]].<ref>Haskell Report</ref> It is named after [[logician]] [[Haskell Curry]]. In Haskell, "a function is a [[first-class object|first-class citizen]]" of the programming language.<ref>{{ |
'''Haskell''' ({{pron-en|ˈhæskəl}})<ref>{{cite mailing list |url=http://www.haskell.org/pipermail/haskell-cafe/2008-January/038756.html |title=anybody can tell me the pronuncation of "haskell"? |date=January 28, 2008 |accessdate=2011-03-12 |mailinglist=Haskell-cafe |last=Chevalier |first=Tim}}</ref><ref>{{cite mailing list |url=http://www.haskell.org/pipermail/haskell-cafe/2008-January/038758.html |title=anybody can tell me the pronuncation of "haskell"? |date=January 28, 2008 |accessdate=2011-03-12 |mailinglist=Haskell-cafe |last=Chevalier |first=Tim}}</ref> is a standardized, general-purpose [[purely functional]] [[programming language]], with [[non-strict semantics]] and [[Strong typing|strong]] [[Type system#Static typing|static typing]].<ref>Haskell Report</ref> It is named after [[logician]] [[Haskell Curry]]. In Haskell, "a function is a [[first-class object|first-class citizen]]" of the programming language.<ref>{{Cite journal|last=Burstall|first=Rod|year=2000|title=Christopher Strachey—Understanding Programming Languages|journal=Higher-Order and Symbolic Computation|volume=13|issue=52|postscript=<!-- Bot inserted parameter. Either remove it; or change its value to "." for the cite to end in a ".", as necessary. -->{{inconsistent citations}}}}</ref> As a functional programming language, the primary control construct is the [[subroutine|function]]. The language is rooted in the observations of Haskell Curry and his intellectual descendants, that "[[Curry–Howard isomorphism#Origin, scope, and consequences|a proof is a program; the formula it proves is a type for the program]]".<ref>{{Cite book | last1=Curry | first1=Haskell | title=Proceedings of the National Academy of Sciences | chapter=Functionality in Combinatory Logic | year=1934 | volume=20 | pages=584–590 | postscript=<!-- Bot inserted parameter. Either remove it; or change its value to "." for the cite to end in a ".", as necessary. -->{{inconsistent citations}}}}</ref><ref name="CurryFeys_paragraph9E">{{Cite book | last1=Curry | first1=Haskell B. | last2=Feys | first2=Robert | title=Combinatory Logic Vol. I | publisher=North-Holland | location=Amsterdam | year=1958 | editor1-last=Craig | editor1-first=William | postscript=<!-- Bot inserted parameter. Either remove it; or change its value to "." for the cite to end in a ".", as necessary. -->{{inconsistent citations}}}}, with 2 sections by William Craig, see paragraph 9E</ref><ref>{{Cite journal|last=De Bruijn|first=Nicolaas|year=1968|title=Automath, a language for mathematics|journal=TH-report 68-WSK-05|publisher=Department of Mathematics, Eindhoven University of Technology|postscript=<!-- Bot inserted parameter. Either remove it; or change its value to "." for the cite to end in a ".", as necessary. -->{{inconsistent citations}}}} Reprinted in revised form, with two pages commentary, in: {{Cite book|title=Automation and Reasoning|volume=2|year=1983|publisher=Springer Verlag|pages=159–200|chapter=Classical papers on computational logic 1967-1970|postscript=<!-- Bot inserted parameter. Either remove it; or change its value to "." for the cite to end in a ".", as necessary. -->{{inconsistent citations}}}}</ref><ref>{{Cite book | last1=Howard | first1=William A. |
||
| chapter=The formulae-as-types notion of construction |
| chapter=The formulae-as-types notion of construction |
||
| pages=479–490 |
| pages=479–490 |
||
Line 30: | Line 30: | ||
| title=To H.B. Curry: Essays on Combinatory Logic, Lambda Calculus and Formalism |
| title=To H.B. Curry: Essays on Combinatory Logic, Lambda Calculus and Formalism |
||
| origyear=original paper manuscript from 1969 |
| origyear=original paper manuscript from 1969 |
||
| publisher=[[Academic Press]] | location=Boston, MA | isbn=978-0-12-349050-6 | month=09 | year=1980}}.</ref> |
| publisher=[[Academic Press]] | location=Boston, MA | isbn=978-0-12-349050-6 | month=09 | year=1980 | postscript=<!-- Bot inserted parameter. Either remove it; or change its value to "." for the cite to end in a ".", as necessary. -->{{inconsistent citations}}}}.</ref> |
||
==History== |
==History== |
||
Line 53: | Line 53: | ||
| year = 2007 |
| year = 2007 |
||
| journal = Proceedings of the third ACM SIGPLAN conference on History of programming languages (HOPL III) |
| journal = Proceedings of the third ACM SIGPLAN conference on History of programming languages (HOPL III) |
||
| pages = 12–1–12–55 |
|||
}}</ref> The committee's efforts resulted in a series of language definitions. |
}}</ref> The committee's efforts resulted in a series of language definitions. |
||
Line 256: | Line 257: | ||
| year = 2007 |
| year = 2007 |
||
| journal = Proceedings of the third ACM SIGPLAN conference on History of programming languages (HOPL III) |
| journal = Proceedings of the third ACM SIGPLAN conference on History of programming languages (HOPL III) |
||
| pages = 12–1–12–55 |
|||
}} |
}} |
||
Line 271: | Line 273: | ||
{{Wikibooks|Write Yourself a Scheme in 48 Hours}} |
{{Wikibooks|Write Yourself a Scheme in 48 Hours}} |
||
* [http://tryhaskell.org/ Try Haskell!], interactive tutorial, runs in browser |
* [http://tryhaskell.org/ Try Haskell!], interactive tutorial, runs in browser |
||
*{{ |
*{{Cite book|last1=Goerzen|first1=John|last2=O'Sullivan|first2=Bryan|title=Real World Haskell|url=http://book.realworldhaskell.org |year=2008|publisher=O'Reilly|location=Sebastopol|isbn=0-596-51498-0|postscript=<!-- Bot inserted parameter. Either remove it; or change its value to "." for the cite to end in a ".", as necessary. -->{{inconsistent citations}}}} |
||
* [http://learnyouahaskell.com/ Learn You a Haskell For Great Good!], humorous introductory tutorial with illustrations |
* [http://learnyouahaskell.com/ Learn You a Haskell For Great Good!], humorous introductory tutorial with illustrations |
||
* [http://www.umiacs.umd.edu/~hal/docs/daume02yaht.pdf Yet Another Haskell Tutorial], by Hal Daume III; assumes far less prior knowledge than official tutorial |
* [http://www.umiacs.umd.edu/~hal/docs/daume02yaht.pdf Yet Another Haskell Tutorial], by Hal Daume III; assumes far less prior knowledge than official tutorial |
||
Line 277: | Line 279: | ||
* [http://cheatsheet.codeslower.com/ The Haskell Cheatsheet], compact language reference and mini-tutorial |
* [http://cheatsheet.codeslower.com/ The Haskell Cheatsheet], compact language reference and mini-tutorial |
||
* [http://www.doc.ic.ac.uk/teaching/distinguished-projects/2009/w.jones.pdf Warp speed Haskell] |
* [http://www.doc.ic.ac.uk/teaching/distinguished-projects/2009/w.jones.pdf Warp speed Haskell] |
||
* {{ |
* {{Cite journal|last=Yorgey|first=Brent|date=12 March 2009|title=The Typeclassopedia|journal=The Monad.Reader|issue=13|pages=17–68|url=http://www.haskell.org/wikiupload/8/85/TMR-Issue13.pdf|postscript=<!-- Bot inserted parameter. Either remove it; or change its value to "." for the cite to end in a ".", as necessary. -->{{inconsistent citations}}}} |
||
[[Category:Haskell programming language family| ]] |
[[Category:Haskell programming language family| ]] |
Revision as of 17:08, 19 May 2011
Haskell | |
---|---|
![]() | |
Paradigm | functional, lazy/non-strict, modular |
Designed by | Simon Peyton Jones, Lennart Augustsson, Dave Barton, Brian Boutel, Warren Burton, Joseph Fasel, Kevin Hammond, Ralf Hinze, Paul Hudak, John Hughes, Thomas Johnsson, Mark Jones, John Launchbury, Erik Meijer, John Peterson, Alastair Reid, Colin Runciman, Philip Wadler |
First appeared | 1990 |
Stable release | Haskell 2010[1]
/ November 24, 2009 |
Preview release | Haskell 2011
|
Typing discipline | static, strong, inferred |
OS | Cross-platform |
Filename extensions | .hs , .lhs |
Website | haskell |
Major implementations | |
GHC, Hugs, NHC, JHC, Yhc | |
Dialects | |
Helium, Gofer | |
Influenced by | |
Alfl, APL, Clean,[2] FP,[2] Gofer,[2] Hope and Hope+,[2] Id,[2] ISWIM,[2] KRC,[2] Lisp,[2] Miranda,[2] ML and Standard ML,[2] Lazy ML, Orwell, Ponder, SASL,[2] SISAL,[2] Scheme[2] | |
Influenced | |
Agda, Bluespec, Clojure, C#, CAL, Cat, Cayenne, Clean, Curry, Epigram, Escher, F#, Factor, Isabelle, Java Generics, Kaya, LINQ, Mercury, Omega, Perl 6, Python, Qi, Scala, Timber, Visual Basic 9.0 |
Haskell (Template:Pron-en)[3][4] is a standardized, general-purpose purely functional programming language, with non-strict semantics and strong static typing.[5] It is named after logician Haskell Curry. In Haskell, "a function is a first-class citizen" of the programming language.[6] As a functional programming language, the primary control construct is the function. The language is rooted in the observations of Haskell Curry and his intellectual descendants, that "a proof is a program; the formula it proves is a type for the program".[7][8][9][10]
History
Following the release of Miranda by Research Software Ltd, in 1985, interest in lazy functional languages grew: by 1987, more than a dozen non-strict, purely functional programming languages existed. Of these, Miranda was the most widely used, but was not in the public domain. At the conference on Functional Programming Languages and Computer Architecture (FPCA '87) in Portland, Oregon, a meeting was held during which participants formed a strong consensus that a committee should be formed to define an open standard for such languages. The committee's purpose was to consolidate the existing functional languages into a common one that would serve as a basis for future research in functional-language design.[11]
Haskell 1.0
The first version of Haskell ("Haskell 1.0") was defined in 1990.[12] The committee's efforts resulted in a series of language definitions.
Haskell 98
In late 1997, the series culminated in Haskell 98, intended to specify a stable, minimal, portable version of the language and an accompanying standard library for teaching, and as a base for future extensions. The committee expressly welcomed the creation of extensions and variants of Haskell 98 via adding and incorporating experimental features.[11]
In February 1999, the Haskell 98 language standard was originally published as "The Haskell 98 Report".[11] In January 2003, a revised version was published as "Haskell 98 Language and Libraries: The Revised Report".[13] The language continues to evolve rapidly, with the Glasgow Haskell Compiler (GHC) implementation representing the current de facto standard.
Haskell Prime
In early 2006, the process of defining a successor to the Haskell 98 standard, informally named Haskell′ ("Haskell Prime"), was begun.[14] This is an ongoing incremental process to revise the language definition, producing a new revision once per year. The first revision, named Haskell 2010, was announced in November 2009.[1]
Haskell 2010
Haskell 2010 adds the Foreign Function Interface (FFI) to Haskell, allowing for bindings to other programming languages, fixes some syntax issues (changes in the formal grammar) and bans so-called "n-plus-k-patterns", that is, definitions of the form fact (n+1) = (n+1) * fact n
are no longer allowed. It introduces the Language-Pragma-Syntax-Extension which allows for designating a haskell source as Haskell 2010 or requiring certain Extensions to the Haskell Language. The names of the extensions introduced in Haskell 2010 are
DoAndIfThenElse, HierarchicalModules, EmptyDataDeclarations, FixityResolution, ForeignFunctionInterface, LineCommentSyntax, PatternGuards, RelaxedDependencyAnalysis, LanguagePragma, NoNPlusKPatterns.[1]
Features
Haskell features lazy evaluation, pattern matching, list comprehension, typeclasses, and type polymorphism. It is a purely functional language, which means that in general, functions in Haskell do not have side effects. There is a distinct type for representing side effects, orthogonal to the type of functions. A pure function may return a side effect which is subsequently executed, modeling the impure functions of other languages.
Haskell has a strong, static type system based on Hindley–Milner type inference. Haskell's principal innovation in this area is to add type classes, which were originally conceived as a principled way to add overloading to the language,[15] but have since found many more uses.[16]
The type which represents side effects is an example of a monad. Monads are a general framework which can model different kinds of computation, including error handling, nondeterminism, parsing, and software transactional memory. Monads are defined as ordinary datatypes, but Haskell provides some syntactic sugar for their use.
The language has an open, published specification,[13] and multiple implementations exist.
There is an active community around the language, and more than 3000 third-party open-source libraries and tools are available in the online package repository Hackage.[17]
The main implementation of Haskell, GHC, is both an interpreter and native-code compiler that runs on most platforms. GHC is noted for its high-performance implementation of concurrency and parallelism,[18] and for having a rich type system incorporating recent innovations such as generalized algebraic data types and Type Families.
Code examples
The following is a Hello world program written in Haskell (note that except for the last line all lines can be omitted):
module Main where
main :: IO ()
main = putStrLn "Hello, World!"
Here is the factorial function in Haskell, defined in seven different ways:
-- type
factorial :: Integer -> Integer
-- using recursion
factorial 0 = 1
factorial n = n * factorial (n - 1)
-- using lists
factorial n = product [1..n]
-- using recursion but written without pattern matching
factorial n = if n > 0 then n * factorial (n-1) else 1
-- using fold
factorial n = foldl (*) 1 [1..n]
-- using only prefix notation and n+k-patterns (no longer allowed in Haskell 2010)
factorial 0 = 1
factorial (n+1) = (*) (n+1) (factorial n)
-- Point-free style
factorial = foldr (*) 1 . enumFromTo 1
An efficient implementation of the Fibonacci numbers, as an infinite list, is this:
-- Point-free style
fib :: Int -> Integer
fib = (fibs !!)
where fibs = 0 : scanl (+) 1 fibs
-- Explicit
fib :: Int -> Integer
fib n = fibs !! n
where fibs = 0 : scanl (+) 1 fibs
-- with a similar idea, using zipWith
fib :: Int -> Integer
fib n = fibs !! n
where fibs = 0 : 1 : zipWith (+) fibs (tail fibs)
-- Using an extra parameter
fib :: Int -> Integer
fib n = (fibs 0 1) !! n
where fibs a b = a : fibs b (a+b)
The "Int" type refers to a machine-sized integer (used as a list subscript with the !! operator), while "Integer" is an arbitrary-precision integer. For example, the above code quickly computes "fib 10000" as a 2090-digit number.
Implementations
The following all comply fully, or very nearly, with the Haskell 98 standard, and are distributed under open source licenses. There are currently no proprietary Haskell implementations.
- The Glasgow Haskell Compiler (GHC) compiles to native code on a number of different architectures—as well as to ANSI C—using C-- as an intermediate language. GHC is probably the most popular Haskell compiler, and there are quite a few useful libraries (e.g. bindings to OpenGL) that will work only with GHC. GHC is also distributed along with the Haskell platform.
- Gofer was an educational dialect of Haskell, with a feature called "constructor classes", developed by Mark Jones. It was supplanted by Hugs (see below).
- HBC is another native-code Haskell compiler. It has not been actively developed for some time but is still usable.
- Helium is a newer dialect of Haskell. The focus is on making it easy to learn by providing clearer error messages. It currently lacks full support for type classes, rendering it incompatible with many Haskell programs.
- The Utrecht Haskell Compiler (UHC) is a Haskell implementation from Utrecht University. UHC supports almost all Haskell 98 features plus many experimental extensions. It is implemented using attribute grammars and is currently mainly used for research into generated type systems and language extensions.
- Hugs, the Haskell User's Gofer System, is a bytecode interpreter. It offers fast compilation of programs and reasonable execution speed. It also comes with a simple graphics library. Hugs is good for people learning the basics of Haskell, but is by no means a "toy" implementation. It is the most portable and lightweight of the Haskell implementations.
- Jhc is a Haskell compiler written by John Meacham emphasising speed and efficiency of generated programs as well as exploration of new program transformations. LHC is a recent fork of Jhc.
- nhc98 is another bytecode compiler, but the bytecode runs significantly faster than with Hugs. Nhc98 focuses on minimizing memory usage, and is a particularly good choice for older, slower machines.
- Yhc, the York Haskell Compiler was a fork of nhc98, with the goals of being simpler, more portable and more efficient, and integrating support for Hat, the Haskell tracer. It also featured a JavaScript backend allowing users to run Haskell programs in a web browser.
Applications
Haskell is increasingly being used in commercial situations.[19] Audrey Tang's Pugs is an implementation for the long-forthcoming Perl 6 language with an interpreter and compilers that proved useful after just a few months of its writing; similarly, GHC is often a testbed for advanced functional programming features and optimizations. Darcs is a revision control system written in Haskell, with several innovative features. Linspire GNU/Linux chose Haskell for system tools development.[20] Xmonad is a window manager for the X Window System, written entirely in Haskell.
Bluespec SystemVerilog is a language for semiconductor design that is an extension of Haskell. Additionally, Bluespec, Inc.'s tools are implemented in Haskell. Cryptol, a language and toolchain for developing and verifying cryptographic algorithms, is implemented in Haskell. Notably, the first formally verified microkernel, seL4 was verified using Haskell.
Related languages
Concurrent Clean is a close relative of Haskell. Its biggest deviation from Haskell is in the use of uniqueness types instead of monads for I/O and side-effects.
A series of languages inspired by Haskell, but with different type systems, have been developed, including:
- Epigram, a functional language with dependent types suitable for proving properties of programs
- Agda, a functional language with dependent types
Other related languages include:
- Curry, a language based on Haskell
- Jaskell, a functional scripting programming language that runs in Java VM
Haskell has served as a testbed for many new ideas in language design. There have been a wide number of Haskell variants produced, exploring new language ideas, including:
- Parallel Haskell:
- Distributed Haskell (formerly Goffin) and Eden.[citation needed]
- Eager Haskell, based on speculative evaluation.
- Several object-oriented versions: Haskell++, and Mondrian.
- Generic Haskell, a version of Haskell with type system support for generic programming.
- O'Haskell, an extension of Haskell adding object-orientation and concurrent programming support.
- Disciple, a strict-by-default (laziness available by annotation) dialect of Haskell which supports destructive update, computational effects, type directed field projections and allied functional goodness.
- Scotch, a kind of hybrid of Haskell and Python[25]
Criticism
Jan-Willem Maessen, in 2002, and Simon Peyton Jones, in 2003, discussed problems associated with lazy evaluation while also acknowledging the theoretical motivation for it,[26][27] in addition to purely practical considerations such as improved performance.[28] They note that, in addition to adding some performance overhead, laziness makes it more difficult for programmers to reason about the performance of their code (particularly its space usage).
Bastiaan Heeren, Daan Leijen, and Arjan van IJzendoorn in 2003 also observed some stumbling blocks for Haskell learners: "The subtle syntax and sophisticated type system of Haskell are a double edged sword — highly appreciated by experienced programmers but also a source of frustration among beginners, since the generality of Haskell often leads to cryptic error messages."[29] To address these, researchers from Utrecht University developed an advanced interpreter called Helium which improved the user-friendliness of error messages by limiting the generality of some Haskell features, and in particular removing support for type classes.
Ben Lippmeier designed Disciple[30] as a strict-by-default (lazy by explicit annotation) dialect of Haskell with a type-and-effect system, to address Haskell's difficulties in reasoning about lazy evaluation and in using traditional data structures such as mutable arrays.[31] He argues (p. 20) that "destructive update furnishes the programmer with two important and powerful tools... a set of efficient array-like data structures for managing collections of objects, and ... the ability to broadcast a new value to all parts of a program with minimal burden on the programmer."
Robert Harper, using Standard ML to teach introductory programming, has given his reasons for not using Haskell. Among these are the difficulty of reasoning about resource usage with non-strict evaluation, that laziness complicates the definition of data types and inductive reasoning,[32] and the inferiority of Haskell's class system compared to ML's module system.[33]
Conferences and workshops
The Haskell community meets regularly for research and development activities. The primary events are:
- The Haskell Symposium (formerly the Haskell Workshop)
- The Haskell Implementors Workshop
- The International Conference on Functional Programming
Since 2006 there has been a series of organized "hackathons", the Hac series, aimed at improving the programming language tools and libraries[34]:
- San Francisco Bay area, Feb 2011
- Ghent, Nov 2010
- Kiev, Oct 2010
- Australian Hackathon, Jul 2010
- Philadelphia, May 2010
- Zurich, Mar 2010
- Portland, OR, Sep 2009
- Edinburgh, Aug 2009
- Philadelphia, Jul 2009
- Utrecht, Apr 2009
- Leipzig, Apr 2008
- Göteborg, Apr 2008
- Freiburg, Oct 2007
- Oxford, Jan 2007
- Portland, Sep 2006
Since 2005, a growing number of Haskell User Groups have formed, in the United States, Canada, Australia, South America, Europe and Asia.
References
- ^ a b c Marlow, Simon (November 24, 2009). "Announcing Haskell 2010". Haskell (Mailing list). Retrieved 2011-03-12.
{{cite mailing list}}
: Unknown parameter|mailinglist=
ignored (|mailing-list=
suggested) (help) - ^ a b c d e f g h i j k l m Haskell 98 Report, p. xi
- ^ Chevalier, Tim (January 28, 2008). "anybody can tell me the pronuncation of "haskell"?". Haskell-cafe (Mailing list). Retrieved 2011-03-12.
{{cite mailing list}}
: Unknown parameter|mailinglist=
ignored (|mailing-list=
suggested) (help) - ^ Chevalier, Tim (January 28, 2008). "anybody can tell me the pronuncation of "haskell"?". Haskell-cafe (Mailing list). Retrieved 2011-03-12.
{{cite mailing list}}
: Unknown parameter|mailinglist=
ignored (|mailing-list=
suggested) (help) - ^ Haskell Report
- ^ Burstall, Rod (2000). "Christopher Strachey—Understanding Programming Languages". Higher-Order and Symbolic Computation. 13 (52)Template:Inconsistent citations
{{cite journal}}
: CS1 maint: postscript (link) - ^ Curry, Haskell (1934). "Functionality in Combinatory Logic". Proceedings of the National Academy of Sciences. Vol. 20. pp. 584–590Template:Inconsistent citations
{{cite book}}
: CS1 maint: postscript (link) - ^ Curry, Haskell B.; Feys, Robert (1958). Craig, William (ed.). Combinatory Logic Vol. I. Amsterdam: North-HollandTemplate:Inconsistent citations
{{cite book}}
: CS1 maint: postscript (link), with 2 sections by William Craig, see paragraph 9E - ^ De Bruijn, Nicolaas (1968). "Automath, a language for mathematics". TH-report 68-WSK-05. Department of Mathematics, Eindhoven University of TechnologyTemplate:Inconsistent citations
{{cite journal}}
: CS1 maint: postscript (link) Reprinted in revised form, with two pages commentary, in: "Classical papers on computational logic 1967-1970". Automation and Reasoning. Vol. 2. Springer Verlag. 1983. pp. 159–200Template:Inconsistent citations{{cite book}}
: CS1 maint: postscript (link) - ^ Howard, William A. (1980) [original paper manuscript from 1969]. "The formulae-as-types notion of construction". In Seldin, Jonathan P.; Hindley, J. Roger (eds.). To H.B. Curry: Essays on Combinatory Logic, Lambda Calculus and Formalism. Boston, MA: Academic Press. pp. 479–490. ISBN 978-0-12-349050-6Template:Inconsistent citations
{{cite book}}
: Unknown parameter|month=
ignored (help)CS1 maint: postscript (link). - ^ a b c "Preface". Haskell 98 Language and Libraries: The Revised Report. 2002.
{{cite book}}
: Unknown parameter|month=
ignored (help) - ^ Hudak, Paul; Hughes, John; Peyton Jones, Simon; Wadler, Philip (2007). "A history of Haskell: being lazy with class". Proceedings of the third ACM SIGPLAN conference on History of programming languages (HOPL III): 12–1–12–55. doi:10.1145/1238844.1238856.
- ^ a b Simon Peyton Jones (editor) (2002). "Haskell 98 Language and Libraries: The Revised Report".
{{cite web}}
:|author=
has generic name (help); Unknown parameter|month=
ignored (help) - ^ "Welcome to Haskell'". The Haskell' Wiki.
- ^ Wadler, P.; Blott, S. (1989). "How to make ad-hoc polymorphism less ad hoc". Proceedings of the 16th ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages. ACM: 60–76. doi:10.1145/75277.75283.
- ^ Hallgren, T. (January 2001). "Fun with Functional Dependencies, or Types as Values in Static Computations in Haskell". Proceedings of the Joint CS/CE Winter Meeting. Varberg, Sweden.
- ^ http://hackage.haskell.org/cgi-bin/hackage-scripts/stats
- ^ Computer Language Benchmarks Game
- ^ See Industrial Haskell Group for collaborative development, Commercial Users of Functional Programming for specific projects and Haskell in industry for a list of companies using Haskell commercially
- ^ "Linspire/Freespire Core OS Team and Haskell". Debian Haskell mailing list. 2006.
{{cite web}}
: Unknown parameter|month=
ignored (help) - ^ Glasgow Parallel Haskell
- ^ GHC Language Features: Parallel Haskell
- ^ Using GHC: Using SML parallelism
- ^ MIT Parallel Haskell
- ^ Scotch
- ^ Jan-Willem Maessen. Eager Haskell: Resource-bounded execution yields efficient iteration. Proceedings of the 2002 ACM SIGPLAN workshop on Haskell.
- ^ Simon Peyton Jones. Wearing the hair shirt: a retrospective on Haskell. Invited talk at POPL 2003.
- ^ Lazy evaluation can lead to excellent performance, such as in The Computer Language Benchmarks Game [1]
- ^ Heeren, Bastiaan; Leijen, Daan; van IJzendoorn, Arjan (2003). "Helium, for learning Haskell" (PDF). Proceedings of the 2003 ACM SIGPLAN workshop on Haskell.
- ^ http://www.haskell.org/haskellwiki/DDC
- ^ Ben Lippmeier, Type Inference and Optimisation for an Impure World, Australian National University (2010) PhD thesis, chapter 1
- ^ Robert Harper. "The point of laziness".
- ^ Robert Harper. "Modules matter most".
- ^ http://haskell.org/haskellwiki/Hackathon
Further reading
- Simon Peyton Jones, ed. (December 2002). Haskell 98 Language and Libraries: The Revised Report.
{{cite book}}
: CS1 maint: date and year (link) - Hudak, Paul; Hughes, John; Peyton Jones, Simon; Wadler, Philip (2007). "A history of Haskell: being lazy with class". Proceedings of the third ACM SIGPLAN conference on History of programming languages (HOPL III): 12–1–12–55. doi:10.1145/1238844.1238856.
External links
- Official website, HaskellWiki
- Template:Dmoz
- The Evolution of a Haskell Programmer, slightly humorous overview of different programming styles available in Haskell
- Online Bibliography of Haskell Research
- SE-Radio Podcast with Simon Peyton Jones on Haskell
- Techworld interview on innovations of Haskell
- The Haskell Sequence, weekly news site
- The Monad.Reader, quarterly magazine on Haskell topics
- Tutorials
- Try Haskell!, interactive tutorial, runs in browser
- Goerzen, John; O'Sullivan, Bryan (2008). Real World Haskell. Sebastopol: O'Reilly. ISBN 0-596-51498-0Template:Inconsistent citations
{{cite book}}
: CS1 maint: postscript (link) - Learn You a Haskell For Great Good!, humorous introductory tutorial with illustrations
- Yet Another Haskell Tutorial, by Hal Daume III; assumes far less prior knowledge than official tutorial
- A Gentle Introduction to Haskell 98, more advanced tutorial, also available as pdf file
- The Haskell Cheatsheet, compact language reference and mini-tutorial
- Warp speed Haskell
- Yorgey, Brent (12 March 2009). "The Typeclassopedia" (PDF). The Monad.Reader (13): 17–68Template:Inconsistent citations
{{cite journal}}
: CS1 maint: postscript (link)