# wonderland-clojure-katas **Repository Path**: lhing17/wonderland-clojure-katas ## Basic Information - **Project Name**: wonderland-clojure-katas - **Description**: No description available - **Primary Language**: Unknown - **License**: EPL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-18 - **Last Updated**: 2021-08-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wonderland-clojure-katas These are a collection of Clojure [katas](http://en.wikipedia.org/wiki/Kata_%28programming%29) inspired by [Lewis Carroll](http://en.wikipedia.org/wiki/Lewis_Carroll) and _Alice in Wonderland_. ![Alice and the tiny door](/images/alicedoor.gif) >“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 leiningen projects. You `cd` into the project and run `lein 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. If you don't have Leiningen installed yet. Follow these [instructions](http://leiningen.org/) to get it. For example, to get started on the _alphabet-cipher_ kata first. 1. Clone or Fork this repo 2. cd `alphabet-cipher` 3. run `lein 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.