https://github.com/candera/reasoned-schemer
A project in which I work my way through a Clojure version of "The Reasoned Schemer"
https://github.com/candera/reasoned-schemer
Last synced: 8 months ago
JSON representation
A project in which I work my way through a Clojure version of "The Reasoned Schemer"
- Host: GitHub
- URL: https://github.com/candera/reasoned-schemer
- Owner: candera
- Created: 2011-05-13T20:50:33.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2012-12-12T02:49:26.000Z (over 13 years ago)
- Last Synced: 2025-10-12T04:16:25.582Z (8 months ago)
- Language: Clojure
- Homepage:
- Size: 125 KB
- Stars: 32
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# reasoned-schemer
An implementation of the examples in "The Reasoned Schemer" to
Clojure's core.logic library, which can be found at
https://github.com/clojure/core.logic.
Note that even though the examples are implemented as tests, they are
kept in the src directory, not the test
directory.
## Usage
Examples can be found in
src/reasoned-schemer/chaptern.clj, and can be
run either using clojure-test from within emacs or using lein
run from the command line.
## License
Copyright (C) 2011 Craig Andera
Distributed under the Eclipse Public License, the same as Clojure.