Short description: none
The table shows a comparison of functional programming languages which compares various features and designs of different functional programming languages.
References
- ↑ "LISP Introduction". http://www.math-cs.gordon.edu/courses/cps323/LISP/lisp.html.
- ↑ Antoniotti, Marco. "CLAZY: Lazy Calling in Common Lisp". http://common-lisp.net/project/clazy/.
- ↑ Tratt, Laurence (July 2009). "Dynamically Typed Languages". Advances in Computers 77: 149–184. doi:10.1016/s0065-2458(09)01205-4. http://tratt.net/laurie/research/pubs/html/tratt__dynamically_typed_languages/. Retrieved 26 November 2013.
- ↑ "LISP Tutorial Lecture 3: Data Abstraction". http://www.cs.sfu.ca/CourseCentral/310/pwfong/Lisp/3/tutorial3.html.
- ↑ "Algebraic data types in Common Lisp". https://github.com/stylewarning/cl-algebraic-data-type.
- ↑ "Mutable Data Structures". http://caml.inria.fr/pub/docs/fpcl/fpcl-07.pdf.
- ↑ 7.0 7.1 "Similar Functional Languages". http://caml.inria.fr/pub/docs/oreilly-book/html/book-ora202.html.
- ↑ "(Scheme) 17. Lazy Evaluation". http://www.shido.info/lisp/scheme_lazy_e.html.
- ↑ "Records - Revised6 Report on the Algorithmic Language Scheme". http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib.html.
- ↑ "Algebraic Data Types in Scheme". https://pavpanchekha.com/blog/adtscm.html.
- ↑ "Programs with State". http://www.cs.uni.edu/~wallingf/teaching/cs3540/sessions/session26.html.
- ↑ Barzilay, Eli. "Lazy Racket". https://docs.racket-lang.org/lazy/index.html.
- ↑ Tobin-Hochstadt, Sam; St-Amour, Vincent; Dobson, Eric; Takikawa, Asumu. "Typed Racket". https://docs.racket-lang.org/ts-reference/index.html.
- ↑ "The Racket Guide: Programmer-Defined Datatypes". https://docs.racket-lang.org/guide/define-struct.html.
- ↑ Griffis, Eric. "Algebraic Racket". https://docs.racket-lang.org/algebraic/index.html.
- ↑ Buttrick, Matthew. "Beautiful Racket: Data Structures". https://beautifulracket.com/explainer/data-structures.html.
- ↑ "Clojure Functional Programing". http://clojure.org/functional_programming.
- ↑ "Clojure - lazy". http://clojure.org/lazy.
- ↑ "Exploring clojure: dynamic typing". 7 December 2012. http://tgoossens.wordpress.com/2012/12/07/dynamically-exploring-clojure/.
- ↑ Engelberg, Mark (21 April 2009). "Thoughts On Programming". http://programming-puzzler.blogspot.com/2009/04/adts-in-clojure.html.
- ↑ "clojure-contrib, typing example". https://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/types/examples.clj?spec=svn596&r=596.
- ↑ "clojure: functional programming overview". http://clojure.org/functional_programming.
- ↑ "Introduction to Functional Programming". http://www.cl.cam.ac.uk/~jrh13/slides/funprog-jrh/l8.pdf.
- ↑ "Lazy and Eager Evaluation". http://homepages.inf.ed.ac.uk/dts/fps/lecture-notes/lazy.pdf.
- ↑ Harper, MacQueen, Milner. "Standard ML". Section 3.6. http://www.lfcs.inf.ed.ac.uk/reports/86/ECS-LFCS-86-2/ECS-LFCS-86-2.pdf.
- ↑ Wikibooks:Standard ML Programming/Types
- ↑ "Mutable and optional data". http://courses.cs.washington.edu/courses/cse341/04wi/lectures/08-ml-refs.html.
- ↑ 28.0 28.1 "Functional Programming – OCaml". http://ocaml.org/learn/tutorials/functional_programming.html.
- ↑ Hickey, Jason. "Introduction to Objective Caml". Section 2.4. Cambridge University Press. http://files.metaprl.org/doc/ocaml-book.pdf.
- ↑ "Type and exception definitions". http://caml.inria.fr/pub/docs/manual-ocaml-4.00/manual016.html.
- ↑ "Learn OCaml - Data Types". http://ocaml.org/learn/description.html#DataTypes.
- ↑ "Learn OCaml - Imperative Features". http://ocaml.org/learn/description.html#Imperativefeatures.
- ↑ "Implementing Type-Classes as OCaml Modules". https://accu.org/index.php/journals/2445.
- ↑ "Learning F#". http://fsharpforfunandprofit.com/learning-fsharp/.
- ↑ "Lazy Computations (F#)". Microsoft Developer Network. http://msdn.microsoft.com/en-us/library/vstudio/dd233247.aspx.
- ↑ "About F#". http://fsharp.org/about/index.html.
- ↑ "Structures - F#". https://docs.microsoft.com/en-us/dotnet/fsharp/language-reference/structures.
- ↑ "Discriminated Unions". 15 September 2021. https://msdn.microsoft.com/en-us/library/dd233226.aspx.
- ↑ "The F# 3.0 Language Specification: 1.1.2 Making Data Simple". http://fsharp.org/about/files/spec.pdf.
- ↑ 40.0 40.1 "Haskell Wiki". http://www.haskell.org.
- ↑ "Haskell Wiki Lazy Evaluation". http://www.haskell.org/haskellwiki/Lazy_evaluation.
- ↑ "Haskell Typing". HaskellWiki. http://www.haskell.org/haskellwiki/Typing.
- ↑ "Haskell Wiki Abstract Data Type". http://www.haskell.org/haskellwiki/Abstract_data_type.
- ↑ "Haskell Wiki". http://www.haskell.org/haskellwiki/Functional_programming#Immutable_data.
- ↑ "Type Classes and Overloading". http://www.haskell.org/tutorial/classes.html.
- ↑ 46.0 46.1 "Scala Overview". http://www.scala-lang.org/old/sites/default/files/linuxsoft_archives/docu/files/ScalaOverview.pdf.
- ↑ "Scala by Example". http://www.scala-lang.org/docu/files/ScalaByExample.pdf.
- ↑ 48.0 48.1 "Scala Reference". http://www.scala-lang.org/files/archive/nightly/pdfs/ScalaReference.pdf.
- ↑ "Mutable and Immutable Collections". http://docs.scala-lang.org/overviews/collections/overview.html.
- ↑ "The Neophyte's Guide to Scala Part 12: Type Classes". http://danielwestheide.com/blog/2013/02/06/the-neophytes-guide-to-scala-part-12-type-classes.html.
- ↑ Tao, Dan. "Lazy.js". Dan Tao. http://danieltao.com/lazy.js/.
- ↑ "JavaScript Overview". Mozilla Developer Network. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/JavaScript_Overview.
- ↑ Frank, Thomas. "Add some klass to JavaScript". thomasfrank.com. http://www.thomasfrank.se/klass.html.
- ↑ Faubion, Nathan. "ADT". NPM. Joyent, nodejitsu. https://npmjs.org/package/adt.
- ↑ Immutable object
- ↑ "Javascript Data structures". Mozilla Developer Network. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures.
- ↑ "FAQ - Clean". http://clean.cs.ru.nl/FAQ.
- ↑ 58.0 58.1 58.2 58.3 58.4 Plasmeijer, Rinus; Van Eekelen, Marko; Van Groningen, John (December 2011). Clean Version 2.2 Language Report. Department of Software Technology, University of Nijmegen. http://clean.cs.ru.nl/download/doc/CleanLangRep.2.2.pdf. Retrieved 23 May 2018.
- ↑ "Clean". http://clean.cs.ru.nl/Clean.
- ↑ 60.0 60.1 60.2 "Miranda Official Website". http://miranda.org.uk/.
- ↑ "An Overview of Miranda". http://www.cs.kent.ac.uk/people/staff/dat/miranda/Overview.html#Lazy.
- ↑ "An Overview of Miranda". http://www.cs.kent.ac.uk/people/staff/dat/miranda/Overview.html#Abstract.
- ↑ Turner, D.A. "An Implementation of SASL". University of St. Andrews, Department of Computer Science Technical Report. TR/75/4.
- ↑ Kahn, Gilles; Bertot, Yves; Huet, Gérard; Lévy, Jean-Jacques; Plotkin, Gordon (2009-09-24). Kahn networks at the dawn of functional programming. Cambridge University Press. ISBN 9780521518253. https://books.google.com/books?id=W2baKp7710sC&q=sasl+dynamic+typing&pg=PA128.
- ↑ "Stream — Elixir v1.17.2". https://hexdocs.pm/elixir/Stream.html.
- ↑ "Erlang Reference Manual". http://www.erlang.org/doc/reference_manual/expressions.html#id76539.
- ↑ "Erlang Programming Language - Abstract Patterns". http://www.erlang.org/eeps/eep-0029.html.
- ↑ "Stack Overflow - How do I modify a record in erlang?". https://stackoverflow.com/questions/2715517/how-do-i-modify-a-record-in-erlang.
- ↑ 69.0 69.1 69.2 "Elm Blog - Interactive Programming". http://elm-lang.org/blog/Interactive-Programming.elm.
- ↑ "Elm Syntax - Algebraic Data Types". http://elm-lang.org/learn/Syntax.elm#algebraic-data-types.
- ↑ "Type Inference". https://futhark.readthedocs.io/en/latest/language-reference.html#type-inference.
- ↑ "Functional Programming in Python". https://docs.python.org/3/howto/functional.html.
- ↑ "What is Python?". https://docs.python.org/3/faq/general.html#what-is-python.
- ↑ "Abstract Data Types and Stacks". http://www.cs.utexas.edu/~byoung/cs313e/slides5-adt.pdf.
- ↑ Immutable object
- ↑ 76.0 76.1 76.2 76.3 76.4 76.5 76.6 "Idris Overview". http://www.idris-lang.org/.
- ↑ 77.0 77.1 77.2 "Nix Language - Nix 2.34.0 Reference Manual". https://nix.dev/manual/nix/2.34/language/.
- ↑ "Kotlin - Delegated Properties". https://kotlinlang.org/docs/reference/delegated-properties.html.
- ↑ "kotlin-stdlib - kotlin.sequences". https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.sequences/.
- ↑ "Noteworthy Differences from Other Languages - The Julia Language". https://docs.julialang.org/en/v1/manual/noteworthy-differences/.
- ↑ 81.0 81.1 81.2 "Types - The Julia Language". https://docs.julialang.org/en/v1/manual/types/.
- ↑ "The Rust Programming Language, Processing a Series of Items with Iterators". https://doc.rust-lang.org/book/ch13-02-iterators.html.
- ↑ "Rust crate 'lazy'". https://crates.io/crates/lazy.
- ↑ "The Rust Programming Language, Data Types". https://doc.rust-lang.org/book/ch03-02-data-types.html.
- ↑ 85.0 85.1 "The Rust Programming Language, Traits". https://doc.rust-lang.org/book/ch10-02-traits.html.
- ↑ "The Rust Programming Language, Enums". https://doc.rust-lang.org/book/ch06-00-enums.html.
- ↑ "The Rust Programming Language, Variables and Mutability". https://doc.rust-lang.org/book/ch03-01-variables-and-mutability.html.
- ↑ "D pure functions". https://dlang.org/spec/function.html#pure-functions.
- ↑ "D safe functions". https://dlang.org/spec/function.html#safe-functions.
- ↑ "Laziness - Dlang Tour". https://tour.dlang.org/tour/en/basics/laziness.
- ↑ "Type System". https://dlang.org/spec/type.html.
- ↑ "Immutable - Dlang Tour". https://tour.dlang.org/tour/en/basics/immutability.
- ↑ "Garbage Collection". https://dlang.org/spec/garbage.html.
- ↑ "Frequently asked questions – Gleam". https://gleam.run/frequently-asked-questions/#will-gleam-have-type-classes.
Template:Programming paradigms navbox
 | Original source: https://en.wikipedia.org/wiki/Comparison of functional programming languages. Read more |