/wonderland-clojure-katas

Clojure Katas inspired by Alice in Wonderland

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

wonderland-clojure-katas

These are a collection of Clojure katas inspired by Lewis Carroll and Alice in Wonderland.

Alice and the tiny door

“Curiouser and curiouser!” -- ― Lewis Carroll, Alice in Wonderland

How to Do the Katas

First, clone or fork this repo. Each of the katas are in their own directory and are self contained Clojure projects. You cd into the project and run clj -X:test to show the failing tests, then complete the code to make the tests pass. Each project has the instructions in its own README.md file.

For example, to get started on the alphabet-cipher kata first.

  1. Clone or Fork this repo
  2. cd alphabet-cipher
  3. run clj -X:test
  4. Check out the alphabet cipher instructions in the README.md.
  5. Add the code in the source files to make the tests pass.

License

Copyright © 2014 Carin Meier

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.