Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 20 days 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 (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-12T02:49:26.000Z (about 12 years ago)
- Last Synced: 2024-12-09T09:51:31.331Z (25 days ago)
- Language: Clojure
- Homepage:
- Size: 125 KB
- Stars: 32
- Watchers: 5
- 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'score.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 thesrc
directory, not thetest
directory.## Usage
Examples can be found in
src/reasoned-schemer/chaptern.clj
, and can be
run either using clojure-test from within emacs or usinglein
from the command line.
run## License
Copyright (C) 2011 Craig Andera
Distributed under the Eclipse Public License, the same as Clojure.