Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 581 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 581 Bytes

Exercism Exercises

exercism.io has been very useful for learning Clojure so far. The exercises are not excessively difficult, like the ones in Ruby Quiz (which are great btw).

Given the fact that each exercise comes with unit tests and that I'm used to TDD, I added the humane-test-output dependency and lein-auto plugin to each exercise for improved developer experience.

Inside each exercise root folder, run lein auto test to watch files and re-run tests automatically.

My Exercism profile