(1994) : Lamport, Leslie
url: https://www.microsoft.com/en-us/research/publication/the-temporal-logic-of-actions/
#TLA #programming #concurrency #action #temporal_logic #my_bibtex
The Temporal Logic of Actions - Microsoft Research
This paper introduces TLA, which I now believe is the best general formalism for describing and reasoning about concurrent systems. The new idea in TLA is that one can use actions–formulas with primed and unprimed variables–in temporal formulas. An action describes a state-transition relation. For example, the action x’=x+1 means approximately the same thing as […]