Specimen Report
· Clojure
logic-puzzle-dinos-clj
phiat/logic-puzzle-dinos-clj
trying out core.logic and logic puzzles.
- Stars
- ★ 0
- Forks
- ⑂ 0
- Language
- Clojure
- Size
- 124 kB
- Last Push
- 12y ago
- Forged
- 12y ago
# logic-puzzle-dinos-clj
trying out [core.logic](https://github.com/clojure/core.logic) and logic puzzles from [logic-puzzles.org](http://www.logic-puzzles.org/init.php). Inspired/translated by [Kris Jenkins' blog](http://blog.jenkster.com/2013/02/solving-logic-puzzles-with-clojures-corelogic.html).
## Usage
clone the repo, cd into dir, lein run.
```bash
$ git clone https://github.com/phiat/logic-puzzle-dinos-clj
$ cd logic-puzzle-dinos-clj
$ lein run
```
*takes about 60 seconds on 2.66 GHz i7 MBP*
## License
Copyright © 2013 Patrick Ryan - phiat
Distributed under the Eclipse Public License, the same as Clojure.