Jump to content

Computing paradigm

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 12.208.170.128 (talk) at 02:28, 28 February 2003. 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)

A computing paradigm is a rough way of describing how a programming language handles data. The most common computing paradigms are the Imperative paradigm, in which numbers are explicitly manipulated by a godlike programmer, and the Functional Paradigm, in which functions are defined to return other functions.

The imperative paradigm is the most common, and is represented by the C family of languages, as well as BASIC.

The functional paradigm is usually represented by the LISP family of languages, and particularly Scheme