This sandbox is in the article namespace. Either move this page into your userspace, or remove the {{User sandbox}} template.
Overview of Functional Programming Languages
Pure | Lazy Evaluation | Typing | Abstract Data Types | Algebraic Data Types | Data is Immutable | Type Classes | Functors | Monads | Closures | |
---|---|---|---|---|---|---|---|---|---|---|
Lisp | todo | Yes[1] | todo | todo | todo | todo | todo | todo | todo | todo |
Scheme | todo | todo | todo | todo | todo | todo | todo | todo | todo | todo |
Clojure | todo | todo | todo | todo | todo | todo | todo | todo | todo | todo |
ML | todo | No[2][3] | todo | todo | todo | todo | todo | todo | todo | todo |
OCaml | todo | todo | todo | todo | todo | todo | todo | todo | todo | todo |
F# | todo | Yes[4] | Static[5] | todo | todo | Default[6] | todo | todo | Yes[7][8] | todo |
Haskell | Yes[9] | Yes[9] | Static[9] | todo | todo | todo | todo | Yes[9] | Yes[9] | Yes[9] |
Scala | Yes[10] | Yes[11] | Static[10] | todo | Yes[12] | Default[13] | todo | todo | todo | Yes[12] |
Javascript | todo | todo | todo | todo | todo | todo | todo | todo | todo | Yes[14] |
Clean | Yes[15] | todo | todo | todo | todo | todo | todo | todo | todo | todo |
Miranda | Yes[16] | todo | todo | todo | todo | todo | todo | todo | todo | todo |
SASL | Yes[17] | todo | todo | todo | todo | todo | todo | todo | todo | todo |
References
- ^ Antoniotti, Marco. "CLAZY: Lazy Calling in Common Lisp". Retrieved 26 November 2013.
- ^ "Lazy and Eager Evaluation" (PDF). Retrieved 26 November 2013.
- ^ Harper, MacQueen, Milner. "Standard ML" (PDF). Section 3.6.
{{cite web}}
: CS1 maint: multiple names: authors list (link) - ^ "Lazy Computations (F#)". Microsoft Developer Network. Retrieved 26 November 2013.
- ^ "About F#". Retrieved 26 November 2013.
- ^ "The F# 3.0 Language Specification: 1.1.2 Making Data Simple" (PDF). Retrieved 26 November 2013.
- ^ "F# Programming: Computational Expressions". The F# Software Foundation. Retrieved 26 November 2013.
- ^ "The F# 3 .0 Language Specification" (PDF). Section 6.3.10.
- ^ a b c d e f "Haskell Wiki". Retrieved 26 November 2013. Cite error: The named reference "haskell.org" was defined multiple times with different content (see the help page).
- ^ a b "Scala Overview" (PDF). Retrieved 26 November 2013.
- ^ "Scala by Example" (PDF). Retrieved 26 November 2013.
- ^ a b "Scala Reference" (PDF). Retrieved 26 November 2013.
- ^ "Mutable and Immutable Collections". Retrieved 26 November 2013.
- ^ "Javascript Closures". Retrieved 26 November 2013.
- ^ "FAQ - Clean".
- ^ "Miranda Official Website".
{{cite web}}
: Check|url=
value (help) - ^ Turner, D.A. "An Implementation of SASL". University of St. Andrews, Department of Computer Science Technical Report. TR/75/4.