Comparison of functional programming languages: Difference between revisions

Content deleted Content added
Added PureScript; just let me know if references are necessary given its wikipedia page already has them. (Justification: PureScript is very much like Elm which is already on here, but is even more similar to Haskell, having type classes for example)
Azamir (talk | contribs)
m Changed internal link to dedicate page for pure FP
Line 5:
{| class="wikitable sortable"
|-
! Name !! [[PurePurely functional programming|Pure]] !! [[Lazy Evaluation]] !! [[Type system|Typing]] !! [[Abstract Data Type]]s !! [[Algebraic Data Type]]s !! [[Immutability|Data is Immutable]] !! [[Type Class]]es !! [[Closure (computer programming)|Closures]]
|-
| [[Common Lisp]] || {{No}}<ref name=math-cs.gordon.edu>{{cite web|title=LISP Introduction|url=http://www.math-cs.gordon.edu/courses/cps323/LISP/lisp.html|access-date=26 November 2013}}</ref> || {{Partial}}, simulated with [[thunk]]s<ref name=common-lisp>{{cite web|last=Antoniotti|first=Marco|title=CLAZY: Lazy Calling in Common Lisp|url=http://common-lisp.net/project/clazy/|access-date=26 November 2013}}</ref> || style="background:#FC6; text-align:center"|Dynamic<ref>{{cite journal|last=Tratt|first=Laurence|title=Dynamically Typed Languages|journal=Advances in Computers|date=July 2009|volume=77|pages=149–184|url=http://tratt.net/laurie/research/pubs/html/tratt__dynamically_typed_languages/|access-date=26 November 2013|doi=10.1016/s0065-2458(09)01205-4}}</ref>|| {{Yes}}<ref name=cs.sfu.ca>{{cite web|title=LISP Tutorial Lecture 3: Data Abstraction|url=http://www.cs.sfu.ca/CourseCentral/310/pwfong/Lisp/3/tutorial3.html}}</ref> || {{Partial}}, with extension<ref>{{cite web|title=Algebraic data types in Common Lisp|url=https://github.com/stylewarning/cl-algebraic-data-type|access-date=11 May 2020}}</ref> || {{No}}<ref>{{cite web|title=Mutable Data Structures|url=http://caml.inria.fr/pub/docs/fpcl/fpcl-07.pdf|access-date=28 November 2013}}</ref> || {{No}} || {{Yes}}<ref>{{cite web|title=Closures in Lisp|url=http://psg.com/~dlamkins/sl/chapter15.html|access-date=6 December 2013|archive-url=https://web.archive.org/web/20141012051738/http://www.psg.com/~dlamkins/sl/chapter15.html|archive-date=12 October 2014|url-status=dead}}</ref>