Jump to content

Applicative programming language

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Hairy Dude (talk | contribs) at 01:21, 15 January 2007 (moved Applicative to Applicative programming language: WP:NAME says titles should be nouns). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Applicative refers to a language paradigm for classifying computer programming languages. An applicative language is designed to support the development of programs as giving the result of a function of the combined variables. Successive functional transformations are applied to data to arrive at the result. Such a language, with program control and total state kept in the background, may also be known as a functional language, in a rather loose sense of the term.

Lisp and ML are applicative programming languages.