Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| start [2024/10/21 22:16] – fponzi | start [2025/07/15 17:51] (current) – fponzi | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Welcome to the TLA+ Wiki ====== | ====== Welcome to the TLA+ Wiki ====== | ||
| + | |||
| This wiki is community driven, and aims to become a useful resource for TLA+ users. | This wiki is community driven, and aims to become a useful resource for TLA+ users. | ||
| - | ===== TLA+ ====== | + | ===== TLA+ and TLC ====== |
| TLA+ is a high-level language for modeling programs and systems--especially concurrent and distributed ones. It's based on the idea that the best way to describe things precisely is with simple mathematics. | TLA+ is a high-level language for modeling programs and systems--especially concurrent and distributed ones. It's based on the idea that the best way to describe things precisely is with simple mathematics. | ||
| - | < | ||
| + | TLC is a model checker for specifications written in TLA+. | ||
| + | < | ||
| ----- MODULE HourClock ----- | ----- MODULE HourClock ----- | ||
| EXTENDS Naturals | EXTENDS Naturals | ||
| Line 35: | Line 37: | ||
| ==== Contributing ==== | ==== Contributing ==== | ||
| + | These are some of the ways you can contribute. | ||
| + | |||
| + | === Wiki === | ||
| Contributions to the wiki are very welcome! | Contributions to the wiki are very welcome! | ||
| Line 41: | Line 46: | ||
| You can learn the syntax from [[wiki: | You can learn the syntax from [[wiki: | ||
| + | |||
| + | === Tools === | ||
| + | |||
| + | Currently the main areas are the [[codebase: | ||
| + | |||
| + | If you're looking for some inspiration, | ||
| ---- | ---- | ||