coq VS coq-serapi

Compare coq vs coq-serapi and see what are their differences.

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. (by coq)

coq-serapi

Coq Protocol Playground with Se(xp)rialization of Internal Structures. (by ejgallego)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
coq coq-serapi
87 1
4,594 122
1.2% -
10.0 8.1
3 days ago 10 days ago
OCaml OCaml
GNU Lesser General Public License v3.0 only GNU General Public License v3.0 or later
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.

coq

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

coq-serapi

Posts with mentions or reviews of coq-serapi. We have used some of these posts to build our list of alternatives and similar projects.
  • Translating My Z3 Tutorial to Coq
    1 project | news.ycombinator.com | 27 Feb 2021
    It's a question I hadn't really considered before. On first pass, as far as I know, I'd say the answer is no. It isn't clear to me what the objective of embedding Coq with a C api for example would be. The very core of Coq is about verifying proofs and not producing them and I'm not sure what the benefit of embedding it is.

    Having said that there are a few projects that may be something like what you're asking. First off, Coq has the SerAPI project https://github.com/ejgallego/coq-serapi through which external programs can talk to coq. This has been used for example to make a python OpenAi gym like interface https://github.com/princeton-vl/CoqGym.

    A different direction might be something like MetaMath Zero https://arxiv.org/abs/1910.10703 which is intended to be a small and fast verifier for it's language, perhaps maybe someday for embedding in applications. There is this notion of "Proof Carrying Code" which I don't really know what the current state of the art is. https://en.wikipedia.org/wiki/Proof-carrying_code One might want an easily embeddable trusted verifier for that purpose. I don't know.

What are some alternatives?

When comparing coq and coq-serapi you can also consider the following projects:

coc.nvim - Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.

sexp-grammar - Invertible parsing for S-expressions

kok.nvim - Fast as FUCK nvim completion. SQLite, concurrent scheduler, hundreds of hours of optimization.

bs-json - Compositional JSON encode/decode library for BuckleScript

FStar - A Proof-oriented Programming Language

Ceras - Universal binary serializer for a wide variety of scenarios https://discord.gg/FGaCX4c

Agda - Agda is a dependently typed programming language / interactive theorem prover.

Coqtail - Interactive Coq Proofs in Vim

lean4 - Lean 4 programming language and theorem prover

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

coq.vim - Pathogen-compatible distribution of Vicent Aravantinos' vim scripts for Coq.

CoqGym - A Learning Environment for Theorem Proving with the Coq proof assistant