https://github.com/mjul/logiclab
Examples and tutorial for the excellent Clojure core.logic logic programming library
https://github.com/mjul/logiclab
clojure logic-programming
Last synced: 9 months ago
JSON representation
Examples and tutorial for the excellent Clojure core.logic logic programming library
- Host: GitHub
- URL: https://github.com/mjul/logiclab
- Owner: mjul
- License: epl-1.0
- Created: 2012-01-15T22:47:05.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2014-06-19T14:19:07.000Z (over 11 years ago)
- Last Synced: 2024-05-09T14:02:04.628Z (over 1 year ago)
- Topics: clojure, logic-programming
- Language: Clojure
- Homepage:
- Size: 2.48 MB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clojure core.logic examples
This my collection of examples for learning logic programming in Clojure with
the excellent core.logic library.
Speaker notes for presenting core.logic can be found in the
[speaker_notes.png](speaker_notes.png) file.
## Installation
lein deps
lein compile
## License
Distributed under the Eclipse Public License, the same as Clojure.