mwhittaker / tla_talk

TLA+ talk
2 stars 0 forks source link

TLA+ Talk

Overview

TLA+ is a language for specifying concurrent and distributed systems and for checking that these systems do what you expect. It has been used in industry:

and in academia:

Tutorial

Note that this tutorial is stolen from Leslie Lamport's excellent video course: https://lamport.azurewebsites.net/video/videos.html. If you want to learn TLA+, I recommend watching this series.

Limitations and Alternatives

See https://github.com/mwhittaker/tla_talk/issues/1 for clarifications!

Other Things

Resources