Home > bowling-game-kata-clojure

bowling-game-kata-clojure

Bowling-game-kata-clojure is a project mainly written in Clojure, it's free.

The Bowling Game Kata in Clojure with STM and Midje

bowling-game

This is the Bowling Game Kata done in Clojure with STM and defrecord for the Game and Frame models. The tests use Midje. The original kata is here in Java. Bowling Game Kata

Usage

  • install Leiningen https://github.com/technomancy/leiningen
  • lein deps
  • lein test

License

Copyright (C) 2011 Carin Meier

Distributed under the Eclipse Public License, the same as Clojure.