LYCOS RETRIEVER
Functional Programming: Paradigms
built 639 days ago
AFNIX is a multi-threaded functional programming language with dynamic symbol bindings that support the object-oriented paradigm. Features include state-of-the art runtime 32- and 64-bit engine, standard objects and containers, lambda expression with explicit closure, form like notation with an easy block declaration, single inheritance object with dynamic symbol binding ,... Tags: Programming Language, Functional Programming, Object-oriented, Programming, AFNIX, Ooa/Ood/Oop, Software Development, Software/Web Development Software downloads 2006-12-19
Source:
Functional programming is a programming paradigm where computing is done by evaluating expressions. It is based on the concept of Lambda Calculus in Mathetmatics, and the application of functions is a direct descendant of the calculus counterpart. It does not do anything other than computing. There is no change in state involved, which means that there is no storage and there is no sequential execution. In the functional programming world, these are in fact called side-effects of computing.
Source:
The paradigm behind functional programming says that everything can be solved creating and combining functions. Mathematical functions that is, like in "a transformation that takes values from a domain and map them to a codomain".
Source: