Difference between revisions of "Programming paradigm"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
Line 53: Line 53:
  
 
* [https://en.wikipedia.org/wiki/Programming_paradigm Programming paradigm] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Programming_paradigm Programming paradigm] @ Wikipedia
 +
 +
[[Category:Computer programming]]
 +
[[Category:Computer science]]

Revision as of 13:21, 21 April 2016

A programming paradigm is a fundamental style of computer programming, serving as a way of building the structure and elements of computer programs.

Description

Capabilities and styles of various programming languages are defined by their supported programming paradigms.

Some programming languages are designed to follow only one paradigm, while others support multiple paradigms.

Programming paradigms that are often distinguished include:

Using different paradigms

With different paradigms, programs can be seen and built in different ways.

For example:

Analogy: syllabus versus curriculum

Two principles from education -- the syllabus, and the curriculum -- offer a useful analogy.

Declarative programming is to syllabus

As imperative programming is to curriculum

See Syllabus versus curriculum.

See also

External links