core.logic brings logic programming to Clojure and ClojureScript through an implementation of miniKanren, enabling relational, constraint-based, and nominal logic programming. It allows complex reasoning and declarative problem-solving directly in Clojure. core.unify provides a la carte unification facilities that are not deeply tied into the operation of a logic engine. While core.logic does provide a similar simple unifier interface with support for specifying fine-grained constraints, if you have no need for a logic programming system, core.unify may be a better fit.
Features
- Prolog-like relational programming with run*, fresh, == constructs
- Supports constraint logic programming and nominal logic extensions
- Built on miniKanren with extensions from cKanren and αKanren
- Integration with both Clojure (JVM) and ClojureScript (JS) environments
- Enables expressive logic queries over Clojure data structures
- Extensible design for building custom logic paradigms
Categories
LibrariesLicense
Eclipse Public LicenseFollow core.logic
Other Useful Business Software
Train ML Models With SQL You Already Know
Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of core.logic!