-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# TLA+ Playground | ||
|
||
[![TLA+ CI](https://github.com/utensil/formal-land/actions/workflows/tla.yml/badge.svg)](https://github.com/utensil/formal-land/actions/workflows/tla.yml) | ||
|
||
Experiments with [TLA+](https://lamport.azurewebsites.net/tla/tla.html). | ||
|
||
Some readings: | ||
|
||
- [The Future of TLA+](https://lamport.azurewebsites.net/tla/future.pdf) | ||
- [TLA⁺ is more than a DSL for breadth-first search](https://ahelwer.ca/post/2024-09-18-tla-bfs-dsl/) | ||
- [Why I use TLA+ and not(TLA+)](https://protocols-made-fun.com/specification/modelchecking/tlaplus/quint/2024/10/05/tla-and-not-tla.html) | ||
- [Learn TLA+](https://www.learntla.com/) with a focus on PlusCal | ||
- [TLA+ Examples](https://github.com/tlaplus/Examples) | ||
|
||
Related tech stack: | ||
|
||
- [Quint](https://quint-lang.org/): A modern and executable specification language based on TLA+, developed by | ||
- [PlusCal](https://en.wikipedia.org/wiki/PlusCal): a gateway language to TLA+ | ||
- [Apalache](https://apalache-mc.org/): A symbolic model checker for TLA+ specifications, via translation to SMT solvers such as Microsoft Z3 |