Exercism Clojure Track
Exercism exercises in Clojure
This is the Clojure track, one of the many tracks on Exercism.
It holds all the exercises that are currently implemented and available for students to complete.
The track consists of various concept exercises which teach the Clojure syllabus, and various practice exercises, which are unlocked by progressing in the syllabus and can be used to practice concepts learned.
You can find this in the config.json
.
Running the test suite
To test all exercises with sample solutions using babashka:
./test.clj .
{:tested 86, :fails ()}
Contributing Guide
Please see the contributing guide.