Vending machine code kata, in Clojure. NOT an example of how to do it!
Find a file
simon c4fc2fcdd0 Damn! I had this working (well, with an out-by-one bug), but I decided
I didn't like how I was representing change. Now the representation of
change is better, but it's breaking again.
2014-03-27 19:40:49 +00:00
doc Added the source file, which is what actually matters 2014-03-22 16:17:50 +00:00
resources/public Added coin images. 2014-03-26 22:34:37 +00:00
src/vending Damn! I had this working (well, with an out-by-one bug), but I decided 2014-03-27 19:40:49 +00:00
test/vending/test Added lots of unit tests, all of which pass. But the core program still 2014-03-27 08:19:13 +00:00
LICENSE Added the source file, which is what actually matters 2014-03-22 16:17:50 +00:00
project.clj Added a basic Luminus webapp template; not really fleshed that out yet. 2014-03-26 21:55:30 +00:00
README.md Added the source file, which is what actually matters 2014-03-22 16:17:50 +00:00

vending

A Clojure implementation of the Vending Machine kata, see http://code.joejag.com/coding-dojo-vending-machine/

NOTE! I am LEARNING. This is not an example of how to do it.

Usage

FIXME

License

Copyright © 2014 FIXME

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