Examples of using Functional programming language in English and their translations into Greek
{-}
-
Colloquial
-
Official
-
Medicine
-
Ecclesiastic
-
Financial
-
Official/political
-
Computer
Idris, a functional programming language with dependent types.
Spreadsheets can also be viewed as functional programming languages.
Functional programming languages often allow the subtyping of records.
This is analogous to the foldl function in functional programming languages.
As a functional programming language, the primary control construct is the function.
These objects behave somewhat like functions in a functional programming language.
AMANDA is a free functional programming language almost(but not quite) identical to Miranda.
Information Processing Language(IPL) is sometimes cited as the first computer-based functional programming language.
SASL was an early functional programming language first developed by Turner in 1972.
Functional-style ADT definitions are more appropriate for functional programming languages, and vice versa.
Many functional programming languages can be viewed as embellishments to the lambda calculus.
This form of non-strict evaluation is also known as lazy evaluation and used in functional programming languages.
Many Functional Programming languages can thus be considered as elaborations on this lambda calculus.
The CSPM dialect of CSP possesses a formally defined operational semantics,which includes an embedded functional programming language.
Most functional programming languages, such as ML, Haskell, and API, have garbage collection built in.
This led to new approaches to interactive theorem proving andhas influenced the development of subsequent functional programming languages.
Haskell is a purely functional programming language that has non-strict semantics and strong static typing.
It is a mathematical abstraction rather than a programming language- butit forms the basis of almost all current functional programming languages.
Typically, functional programming languages also provide some, usually restricted, form of parametric polymorphism.
Dependent types play a central role in intuitionistic type theory and in the design of functional programming languages like ATS, Agda and Epigram.
Functional programming languages have largely been emphasized in academia rather than in commercial software development.
The field has major applications in computer science, where it is used to specify denotational semantics,especially for functional programming languages.
Scheme is primarily a functional programming language. It shares many characteristics with other members of the Lisp programming language family.
A restriction of System F known as"Hindley- Milner", or simply"HM", does have an easy type inference algorithm andis used for many statically typed functional programming languages such as Haskell 98 and ML.
MultiLisp was a functional programming language and dialect of Scheme, extended with constructs for parallel execution and shared memory.
Subtyping of records can be defined in System F<:, which combines parametric polymorphism with subtyping of record types andis a theoretical basis for many functional programming languages that support both features.
Miranda is a non-strict purely functional programming language designed by David Turner as a successor to his earlier programming languages SASL and KRC, using some concepts from ML and Hope.
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.
MultiLisp was a functional programming language and dialect of Scheme, extended with constructs for parallel execution and shared memory. These extensions involve side effects, rendering MultiLisp non-deterministic.
PCF(for Programming language for Computable Functions) is a prototypical,typed functional programming language, where types are used to ensure that programs are well-behaved but not necessarily terminating.