Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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"

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.