The code in this repository was used on Prague Lambda meetup on April 22th 2015. The main topic was testing.
- John Hughes: Testing the Hard Stuff and Staying Sane (video from Clojure/West 2014)
Red-black trees are used for demonstrating different testing strategies
- Red-black trees on Wikipedia
- Clojure test.check used for property based tesing
- Clojure core.match used for matching