Skip to content

Get Started with Clojure Koans on Nitrous.IO

Arun Thampi edited this page May 7, 2014 · 1 revision

Nitrous.IO is a cloud-based platform that will let you start working on this project in a matter of seconds, completely in the web browser.

Click on the button below to get started:

Hack functional-koans/clojure-koans on Nitrous.IO

Once you're started, enter the following commands in the console to start working on the koans:

  1. cd ~/workspace/clojure-koans
  2. parts install leiningen
  3. lein koan run
  4. You will see a failing test. To fix this test, edit the file `~/workspace/clojure-koans/src/koans/01_equalities.cl
Clone this wiki locally