Athena Language logo Athena Language

Athena is a programming language and environment for proof engineering and natural deduction.

As a programming language, Athena is an expressive, higher-order functional language inspired by ML and Scheme.

Modern software engineers often work with large codebases & even larger sets of dependencies. Modern languages and developer tools are successful to the extent that they help developers manage the complexity of their projects. Athena provides many of the utilities and conveniences to the proof engineering process that those in the software engineering industry have grown to expect from modern technology. To this end, Athena provides:

Athena has numerous powerful features & benefits, including:

  1. Equational reasoning and term rewriting, providing the capabilities for writing formal executable specifications.
  2. Built-in integration with industry-grade automated theorem provers (ATPs) and SMT solvers.
  3. Many-sorted first order logic with Hindley-Milner style polymorphism.
  4. First class functions and proof tactics.
  5. Support for mathematical, structural and strong induction.
  6. Pattern matching