Template:Programming paradigms: Difference between revisions

Content deleted Content added
I added the paradigm of symbolic programming.
remove "modular": it is a property of systems, rather than a programming paradigm
Line 63:
* [[Structured programming|Structured]] (contrast: [[Non-structured programming|Non-structured]])
** [[Block (programming)|Block-structured]]
** [[Modular programming|Modular]] (contrast: [[Monolithic application|Monolithic]])
** [[Object-oriented programming|Object-oriented]]
*** [[Actor model|Actor-based]]