Skip to content

exercism/clojure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b58c081 · Jul 5, 2023
Jun 18, 2021
Dec 20, 2022
Sep 12, 2017
Jun 25, 2021
Nov 18, 2022
Jul 5, 2023
Jun 8, 2023
Jul 5, 2023
Feb 5, 2021
Jun 7, 2022
Jun 25, 2021
Nov 18, 2022
Jun 3, 2021
Oct 13, 2021
May 1, 2022
Apr 29, 2018
Jun 9, 2023
Mar 14, 2023
Dec 28, 2018
May 26, 2022
May 26, 2022

Repository files navigation

Exercism Clojure Track

Configlet CI test

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.