Difference between revisions of "Table/Declarative vs. Imperative"
Jump to navigation
Jump to search
(15 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{| class="wikitable sortable" | {| class="wikitable sortable" style="width: 75%; margin: auto;" | ||
|+ [[Table/Declarative vs. Imperative|Declarative vs. Imperative Reasoning]] | |+ [[Table/Declarative vs. Imperative|Declarative vs. Imperative Reasoning]] | ||
|- | |- | ||
! | ! [[Concept]]s\[[Programming Style]] !! [[Imperative]] !! [[Declarative]] | ||
|- | |- | ||
| Mathematical | | [[Mathematical Semantics]] || [[Algorithmic Sequence]] || [[Category Theory]] | ||
|- | |- | ||
| Scope || Local || Global | | [[Scope]]s || Local || Global | ||
|- | |- | ||
| Scientific Doctrine || Classical Physics || Quantum Physics | | [[Scientific Doctrine]]s || Classical Physics || Quantum Physics | ||
|- | |||
| [[Scientific Doctrine]]s || [[Action-Reaction]] || [[Stationary Action Principle]] | |||
|- | |- | ||
| Analytical Modeling || [[Newtonian Mechanics]] || [[Lagrangian Mechanics]] | | Analytical Modeling || [[Newtonian Mechanics]] || [[Lagrangian Mechanics]] | ||
|- | |||
| [[Infrastructure Automation]] || [[Ansible]] || [[Terraform]] | |||
|} | |} |
Latest revision as of 09:33, 3 September 2021
Concepts\Programming Style | Imperative | Declarative |
---|---|---|
Mathematical Semantics | Algorithmic Sequence | Category Theory |
Scopes | Local | Global |
Scientific Doctrines | Classical Physics | Quantum Physics |
Scientific Doctrines | Action-Reaction | Stationary Action Principle |
Analytical Modeling | Newtonian Mechanics | Lagrangian Mechanics |
Infrastructure Automation | Ansible | Terraform |