21 lines
669 B
Markdown
21 lines
669 B
Markdown
+++
|
|
title = 'Hilbert'
|
|
subtitle = 'Interactive Theorem Prover'
|
|
links = [
|
|
{ title = "Homepage", url = "https://github.com/liamoc/hilbert", icon = 'fa-solid fa-home' },
|
|
{ title = "Source Code", url = "https://github.com/liamoc/hilbert", icon = 'fa-solid fa-code' },
|
|
]
|
|
applications = ["Theorem Prover"]
|
|
developers = ["ConsenSys"]
|
|
licenses = ["Apache-2.0"]
|
|
inputs = []
|
|
interfaces = ["CLI"]
|
|
maintenance = ["Not Maintained"]
|
|
updated_year = 2014
|
|
draft = false
|
|
date = 2025-08-21
|
|
+++
|
|
|
|
{{<inactive year="2014">}}
|
|
|
|
Hilbert is a theorem prover designed for people who don't want to learn a theorem prover, specifically students studying formal treatments of programming languages. |