Programming paradigm
Exact page not found, but we found similar results:
Programming paradigm
A programming paradigm is a relatively high-level way to conceptualize and structure the implementation of a computer program. A programming language can...
Comparison of multi-paradigm programming languages
Programming languages can be grouped by the number and types of paradigms supported. A concise reference for the programming paradigms listed in this article...
Imperative programming
In computer science, imperative programming is a programming paradigm of software that uses statements that change a process' state. In much the same...
Functional programming
functional programming is a programming paradigm where programs are constructed by applying and composing functions. It is a declarative programming paradigm in...
Event-driven programming
In computer programming, event-driven programming is a programming paradigm in which the flow of the program is determined by external events. User interface...
Agent-oriented programming
Agent-oriented programming (AOP) is a programming paradigm where the construction of the software is centered on the concept of software agents. In contrast...
Data-driven programming
In computer programming, data-driven programming is a programming paradigm in which the program statements describe the data to be matched and the processing...
Purely functional programming
purely functional programming usually designates a programming paradigm—a style of building the structure and elements of computer programs—that treats all...
Object-oriented programming
Object-oriented programming (OOP) is a programming paradigm based on objects – software entities that encapsulate data and function(s). An OOP computer program consists...
Functional reactive programming
Functional reactive programming (FRP) is a programming paradigm for reactive programming (asynchronous dataflow programming) using the building blocks...