Programming Paradigm

From Rice Wiki
Revision as of 21:20, 23 March 2024 by Admin (talk | contribs) (Created page with "<nowiki>*</nowiki>This page comes primarily from self-research A '''programming paradigm''' is a relatively-highly abstracted model to organize/structure the implementation of a computer program. At the most basic level of a computer program, we have simple instructions running. As a program get more complex, practices and abstractions such as functions or objects provide a way to organize a program such that it is easier to maintain and collaborate on. We group these...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

*This page comes primarily from self-research

A programming paradigm is a relatively-highly abstracted model to organize/structure the implementation of a computer program.

At the most basic level of a computer program, we have simple instructions running. As a program get more complex, practices and abstractions such as functions or objects provide a way to organize a program such that it is easier to maintain and collaborate on. We group these practices and abstractions into paradigms to study and analyze them.

  • Each paradigm has strengths and weaknesses
  • Tools (notably programming languages) can often be classified as supporting one or more paradigms