Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
creating:start [2025/04/01 14:46] – Expanded and reordered language feature list ahelwer | creating:start [2025/05/21 19:44] (current) – ToC: changed some titles ahelwer | ||
---|---|---|---|
Line 18: | Line 18: | ||
Developing an intuition of what TLC is doing when it model-checks your spec will enable you to write specifications that make better use of its capabilities. | Developing an intuition of what TLC is doing when it model-checks your spec will enable you to write specifications that make better use of its capabilities. | ||
And, if you reach the edge of those capabilities - well, you're well-placed to extend TLC to handle it! | And, if you reach the edge of those capabilities - well, you're well-placed to extend TLC to handle it! | ||
+ | |||
+ | ===== Table of Contents ===== | ||
+ | |||
+ | - [[creating: | ||
+ | - [[creating: | ||
+ | - [[creating: | ||
+ | - [[creating: | ||
+ | - [[creating: | ||
+ | - [[creating: | ||
+ | - [[creating: | ||
+ | - [[creating: | ||
+ | - [[creating: | ||
===== Overview ===== | ===== Overview ===== | ||
Line 24: | Line 36: | ||
There are two good reasons for this: | There are two good reasons for this: | ||
- At time of writing, [[codebase: | - At time of writing, [[codebase: | ||
- | - The high-quality free online textbook [[https:// | + | - The high-quality free online textbook |
You will need to install the [[https:// | You will need to install the [[https:// | ||
- | While all code artifacts can be produced entirely by reading this tutorial, if you get out of sync you can find working implementations in [[https:// | + | This tutorial uses the Java 17 [[https:// |
+ | While all code artifacts can be produced entirely by reading this tutorial, if you get out of sync you can find working implementations in [[https:// | ||
The tutorial has you construct the TLA⁺ tools from the bottom up. | The tutorial has you construct the TLA⁺ tools from the bottom up. | ||
Line 98: | Line 111: | ||
To begin the tutorial, start at page [[creating: | To begin the tutorial, start at page [[creating: | ||
+ | |||
+ | [[creating: | ||