tlaplus VS quint

Compare tlaplus vs quint and see what are their differences.

tlaplus

TLC is a model checker for specifications written in TLA+. The TLA+Toolbox is an IDE for TLA+. (by tlaplus)

quint

An executable specification language with delightful tooling based on the temporal logic of actions (TLA) (by informalsystems)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
tlaplus quint
38 6
2,208 584
1.5% 5.5%
9.1 9.8
4 days ago 4 days ago
Java TypeScript
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

tlaplus

Posts with mentions or reviews of tlaplus. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-19.

quint

Posts with mentions or reviews of quint. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-21.
  • Holiday protocols: secret Santa with Quint
    3 projects | news.ycombinator.com | 21 Dec 2023
    Hi! I wrote a blogpost exploring a formal specification in Quint [1] for the secret santa game, and verifying some of its properties with Apalache [2].

    Hope you enjoy it, and any feedback is welcome. Happy holidays!

    [1]: https://github.com/informalsystems/quint

  • Quint: A specification language based on the temporal logic of actions (TLA)
    5 projects | news.ycombinator.com | 19 Dec 2023
    I can sympathize! We are aiming to maintain most of the expressive power of TLA+ -- ideally everything you need for a concise, high-high level specification, that can be simulated and/or verified -- but with surface syntax that is more approachable coming from a programming background. If you're interested in seeing how it maps to TLA+, you can find much of that in this document: https://github.com/informalsystems/quint/blob/main/doc/lang....

    We still have lots of ways to improve, and -- we think -- lots of opportunities to improve our interop and complementary qualities in relation to TLA+ and TLC. But we have found the tools in their current state useful enough to be worth sharing :)

  • Quint – a new language based on TLA+ with modern syntax and developer tooling
    1 project | news.ycombinator.com | 9 Jul 2023
  • Programming Languages Going Above and Beyond
    7 projects | news.ycombinator.com | 29 Jun 2023
    It's still in pretty early development, but you may be interested in https://github.com/informalsystems/quint

    > It combines the robust theoretical basis of the Temporal Logic of Actions (TLA) with state-of-the-art static analysis and development tooling.

    And it is typed ;)

What are some alternatives?

When comparing tlaplus and quint you can also consider the following projects:

dafny - Dafny is a verification-aware programming language

evm-dafny - An EVM interpreter in Dafny

coq - Coq is a formal proof management system. It provides a formal language to write mathematical definitions, executable algorithms and theorems together with an environment for semi-interactive development of machine-checked proofs.

TypeScript - TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

apalache - APALACHE: symbolic model checker for TLA+ and Quint

stateright - A model checker for implementing distributed systems.

awesome-programming-languages - The list of an awesome programming languages that you might be interested in

adventofcode - Advent of Code solutions of 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 and 2023 in Scala

Corinna - Corinna - Bring Modern OO to the Core of Perl

daisy-nfsd - DaisyNFS is an NFS server verified using Dafny and Perennial.

advent-of-tla - AoC goals in TLA+

adventofcode - :christmas_tree: Advent of Code (2015-2023) in C#