j-bob VS CORE

Compare j-bob vs CORE and see what are their differences.

CORE

A constructive proof assistant for second order logic. (by been-jamming)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
j-bob CORE
1 3
414 30
0.5% -
0.0 6.7
3 months ago 2 months ago
Scheme C
BSD 2-clause "Simplified" License -
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.

j-bob

Posts with mentions or reviews of j-bob. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-03.
  • CORE - My Proof Assistant
    2 projects | /r/ProgrammingLanguages | 3 Jul 2021
    ACL2 is one prominent example of a theorem prover that uses a Lisp language (its manual is here). There's also an introductory book on using proof assistants called "The Little Prover," which uses a very simple Lisp-style theorem prover called "J-Bob" (with implementations in Scheme (the language that Guile, etc is an interpreter for) as well as ACL2). A major goal with J-Bob is that the prover itself is simple enough that its source code is easy to read, to make it easier to demonstrate to students (and anyone else interested in learning) how one kind of proof assistant could work.

CORE

Posts with mentions or reviews of CORE. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-03.
  • What books should I proceed with to get into machine-assisted theorem proving/formal verification of software?
    1 project | /r/math | 23 Jun 2022
    Library of proofs Github repo
  • CORE - My Proof Assistant
    2 projects | /r/ProgrammingLanguages | 3 Jul 2021
    Back in March I started my fourth attempt at making a proof assistant, and to my surprise I actually succeeded. A proof assistant is a programming language for mathematical logic and proofs. I wanted to make my own simple proof assistant for set theory, which is a logic in which the objects are "sets," i.e. collections of other objects. Since the language's creation, I've been able to prove some basic facts about the natural numbers and construct addition and multiplication from scratch (using the ZFC axioms). I also made a website where you can look at all of the results I've proven in CORE. In the website you can recurse through results by clicking on the bold words in the code for the proofs. I have a repository for the language here. For the people who are interested, I will describe the language in more detail below.
  • I created a proof assistant!
    1 project | /r/math | 9 Apr 2021
    Anyways, if anybody wants to take a look, the project is here. I'm not sharing the project with the expectation that people will actually use it, but I am certainly still interested in making the language more powerful. So if you have criticisms please keep this in mind!

What are some alternatives?

When comparing j-bob and CORE you can also consider the following projects:

gravity - Gravity Programming Language

PikaPython - An ultra-lightweight Python interpreter that runs with only 4KB of RAM, zero dependencies. It is ready to use out of the box without any configuration required and easy to extend with C. Similar project: MicroPython, JerryScript.