Content deleted Content added
Tags: Reverted Mobile edit Mobile web edit |
Tags: Reverted Mobile edit Mobile web edit |
||
Line 7:
A concise reference for the programming paradigms listed in this article.
* [[
** [[Actor model|Actor programming]] – concurrent computation with ''actors'' that make local decisions in response to the environment (capable of selfsh or competitive behavior)
* [[Constraint programming]] – relations between variables are expressed as constraints (or constraint networks), directing allowable solutions (uses constraint satisfaction or [[simplex algorithm]])
|