A London Clojure dojo exercise.
Moving on from Hungry Balls we are now going to try and create Predators and Prey and have the Predators hunt the Prey.
Start a REPL with lein or cake.
In the repl:
(use :reload-all 'predators-and-prey.core)(pnp-start)(pnp-stop)