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 07:04, 15 September 2004. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Applicative Language: Also known as Functional Language. See Language Paradigms for a description of terms for sibling classifications 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 function of the combined variables (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 programming 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