ukanren-rs VS conlog

Compare ukanren-rs vs conlog and see what are their differences.

ukanren-rs

Rust implementation of µKanren, a featherweight relational programming language. (by ekzhang)

conlog

A simple prolog interpreter written in Rust (by transistorfet)
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
WorkOS - The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com
featured
ukanren-rs conlog
4 1
106 3
- -
0.0 2.0
over 1 year ago 9 months ago
Rust Rust
MIT License GNU General Public License v3.0 only
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.

ukanren-rs

Posts with mentions or reviews of ukanren-rs. We have used some of these posts to build our list of alternatives and similar projects.

conlog

Posts with mentions or reviews of conlog. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-27.
  • Ideas for Intermediate or Advanced Rust Projets?
    5 projects | /r/rust | 27 Dec 2021
    For some code examples, you could check out https://github.com/transistorfet/conlog/ which is a rather simple prolog interpreter I made. The tree.rs file has the representation of code and values in memory, and parser.rs has the lexer and parser which uses an iterator to consume the input data. It's also possible to parse string data immutably using string slices and a combinators style parser.

What are some alternatives?

When comparing ukanren-rs and conlog you can also consider the following projects:

kanren - An extensible, lightweight relational/logic programming DSL written in pure Python

oso - Oso is a batteries-included framework for building authorization in your application.

rust - Empowering everyone to build reliable and efficient software.

crepe - Datalog compiler embedded in Rust as a procedural macro

scryer-prolog - A modern Prolog implementation written mostly in Rust.