aliases:
- Programming paradigms
tags:
- Type/Tech
- area/tech
- proto
from:
related:
contra:
to:
dateCreated: 2021-10-25, 23:40
dateModified: 2024-01-03, 12:36
version: 1
publish: true
Programming Paradigms are a way to classify programming languages based on their features. Languages can be classified into multiple paradigms. | |
---|---|
wikipedia:: Programming paradigm | |
wikipedia:: Comparison of programming paradigms - Wikipedia |
aliases:
tags: Type/Tech area/tech/dev proto
from: "[[Programming Paradigm]]"
related:
contra:
to:
dateCreated: 2024-01-02, 12:55
dateModified: 2024-01-02, 12:55
version: 1.0
publish: true
In computer science, Imperative programming is a programming paradigm of software that uses statements that change a program's state. In much the same way that the imperative mood in natural languages expresses commands, an imperative program consists of commands for the computer to perform. Imperative programming focuses on describing how a program operates step by step, rather than on high-level descriptions of its expected results. | |
---|---|
wikipedia:: Imperative programming |
aliases:
tags: Type/Tech area/tech/dev proto
from: "[[Programming Paradigm]]"
related:
contra:
to:
dateCreated: 2024-01-02, 12:59
dateModified: 2024-01-02, 14:21
version: 1.0
publish: true
In computer science, Declarative programming is a programming paradigm—a style of building the structure and elements of computer programs—that expresses the logic of a computation without describing its control flow. | |
---|---|
wikipedia:: Declarative programming |
aliases:
tags: Type/Tech,area/tech/dev,proto
from: ["[[Software Architecture]]"]
related: []
contra: []
to: []
dateCreated: 2023-08-04, 12:28
dateModified: 2024-01-03, 10:13
version: 1.0
publish: true
In computing, Dataflow is a broad concept, which has various meanings depending on the application and context. In the context of software architecture, data flow relates to stream processing or reactive programming. | |
---|---|
wikipedia:: Dataflow |