Jump to content

Applicative programming language

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 24.147.90.198 (talk) at 06:42, 15 September 2004 (Applicative programming language paridigm). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Applicative Language: Also known as Functional Language. See Language Paradigms for a descriptyion of terms, including Imperative (or Procedural, Applicative, Rule Based ,or Object Oriented. Refers to a language paradigm to classify computer programming languages. A language designed to emphasize the view of developing programs by concentrating on the result of a computation (or the results of a function) of combined variables and (state) to drive the program control. Successive functional transformations are applied to data to arrive at the result. functionN(... function2(function1(function(data))...)

LISP and ML are functional languages supporting this model.

Derived and quoted from "Programming Languages Design And Implementation" by Terrence W. Pratt http://www.amazon.com/exec/obidos/tg/detail/-/0130276782/qid=1095230470/sr=1-6/ref=sr_1_6/104-4637653-0901523?v=glance&s=books