https://github.com/gigasquid/wonderland-clojure-katas
Clojure Katas inspired by Alice in Wonderland
https://github.com/gigasquid/wonderland-clojure-katas
Last synced: 7 months ago
JSON representation
Clojure Katas inspired by Alice in Wonderland
- Host: GitHub
- URL: https://github.com/gigasquid/wonderland-clojure-katas
- Owner: gigasquid
- License: epl-1.0
- Created: 2014-12-13T15:14:22.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-10-28T20:31:26.000Z (about 2 years ago)
- Last Synced: 2025-04-01T01:42:10.917Z (8 months ago)
- Language: Clojure
- Size: 369 KB
- Stars: 870
- Watchers: 27
- Forks: 509
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-functional-studies - Wonderland Clojure Katas
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_.

>“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.