|
|
|
|
|
by agentultra
2950 days ago
|
|
As far as theorem provers go Coq seems to be the most widely known among working programmers. Lean deserves wide recognition. First, it's fast enough for highly interactive theorem development. Second it can also be used as a programming language. And lastly its syntax is pleasant to work with which is important to the experience. If you have only heard about interactive theorem provers and don't yet have any opinions I'd give Lean a try first. The interactive tutorials are nice and the aforementioned features make it pleasant to work with. |
|