/learn-clojure

Learning clojure for shege reasons. It's fun, code looks simple & concise.

Primary LanguageClojure

Exercism's Clojure Track

Project Structure

Clojure exercises in exercism support the two most common tools for dependency management and testing, leiningen and the Clojure CLI.

Running tests using the Clojure CLI

$ clj -X:test

Running tests using Leiningen

$ lein test

lein test hello-world-test

Ran 3 tests containing 3 assertions.
0 failures, 0 errors.

Then submit the exercise using:

$ exercism submit src/hello_world.clj

For more detailed instructions and learning resources refer exercism's clojure language page.