catflap.org Online Dictionary Query |
9 definitions found
From The Free On-line Dictionary of Computing (27 SEP 03) : [ foldoc ]
functional programming
(FP) A program in a functional language consists
of a set of (possibly recursive) function definitions and
an expression whose value is output as the program's result.
Functional languages are one kind of declarative language.
They are mostly based on the typed lambda-calculus with
constants. There are no side-effects to expression
evaluation so an expression, e.g. a function applied to
certain arguments, will always evaluate to the same value (if
its evaluation terminates). Furthermore, an expression can
always be replaced by its value without changing the overall
result ({referential transparency).
The order of evaluation of subexpressions is determined by the
language's evaluation strategy. In a strict
({call-by-value) language this will specify that arguments
are evaluated before applying a function whereas in a
non-strict ({call-by-name) language arguments are passed
unevaluated.
Programs written in a functional language are generally
compact and elegant, but have tended, until recently, to run
slowly and require a lot of memory.
Examples of purely functional languages are Clean, FP,
Haskell, Hope, Joy, LML, Miranda, and SML. Many
other languages such as Lisp have a subset which is purely
functional but also contain non-functional constructs.
See also lazy evaluation, reduction.
Lecture notes
ftp://ftp.cs.olemiss.edu/pub/tech-reports/umcis-1995-01.ps)" rel="nofollow">(ftp://ftp.cs.olemiss.edu/pub/tech-reports/umcis-1995-01.ps).
or the same in dvi-format
ftp://ftp.cs.olemiss.edu/pub/tech-reports/umcis-1995-01.dvi)" rel="nofollow">(ftp://ftp.cs.olemiss.edu/pub/tech-reports/umcis-1995-01.dvi).
FAQ
http://www.cs.nott.ac.uk/Department/Staff/gmh/faq.html)" rel="nofollow">(http://www.cs.nott.ac.uk/Department/Staff/gmh/faq.html).
SEL-HPC Article Archive
http://www.lpac.ac.uk/SEL-HPC/Articles/)" rel="nofollow">(http://www.lpac.ac.uk/SEL-HPC/Articles/).
(2003-03-25)
From English Wiktionary: All languages (2023-07-27) : [ dictinfo.com:wikt-en-ALL-2023-07-27 ]
functional programming
n.
(lb en programming) programming in a style that, in lieu of
assignment, uses procedure calls to bind variable to values, so that (w:
referential transparency) is preserved.
From English Wiktionary: English language only (2023-07-27) : [ dictinfo.com:wikt-en-en-2023-07-27 ]
functional programming
n.
(lb en programming) programming in a style that, in lieu of
assignment, uses procedure calls to bind variable to values, so that (w:
referential transparency) is preserved.
From English Wiktionary: Western, Greek, and Slavonic languages only (2023-07-27) : [ dictinfo.com:wikt-en-Western_Greek_Slavonic-2023-07-27 ]
functional programming
n.
(lb en programming) programming in a style that, in lieu of
assignment, uses procedure calls to bind variable to values, so that (w:
referential transparency) is preserved.
From English Wiktionary: Western languages only (2023-07-27) : [ dictinfo.com:wikt-en-Western-2023-07-27 ]
functional programming
n.
(lb en programming) programming in a style that, in lieu of
assignment, uses procedure calls to bind variable to values, so that (w:
referential transparency) is preserved.
From English-български език FreeDict+WikDict dictionary ver. 2023.05.29 : [ freedict:eng-bul ]
functional programming /fˈʌŋkʃənəl pɹˈəʊɡɹamɪŋ/
функциона́лно програми́ране
programming paradigm
From English - German Ding/FreeDict dictionary ver. 1.9-fd1 : [ freedict:eng-deu ]
functional programming /fˈʌŋkʃənəl pɹˈəʊɡɹamɪŋ/
funktionale Programmierung
see: programming, coding, absolute programming, automatic coding, structured programming, loop coding
From English-suomi FreeDict+WikDict dictionary ver. 2023.05.29 : [ freedict:eng-fin ]
functional programming /fˈʌŋkʃənəl pɹˈəʊɡɹamɪŋ/
funktionaalinen ohjelmointi
programming paradigm
From English-日本語 (にほんご) FreeDict+WikDict dictionary ver. 2023.05.29 : [ freedict:eng-jpn ]
functional programming /fˈʌŋkʃənəl pɹˈəʊɡɹamɪŋ/
関数プログラミング
programming paradigm
Questions or comments about this site? Contact dictionary@catflap.org
Access Stats