Sha256: 966720ac9f264b939073351a949568367eb393b9ee8b9558734c157289f0f396

Contents?: true

Size: 1.14 KB

Versions: 396

Compression:

Stored size: 1.14 KB

Contents

#+TITLE: Setup

For learning resources and help with installation, refer to the
[[http://exercism.io/languages/clojure][Exercism help page]].

To run the tests provided, you will need to install [[http://leiningen.org][Leiningen]].

To install Leiningen on Mac OS X using [[http://brew.sh][Homebrew]], run the following command:
#+BEGIN_SRC bash
$ brew install leiningen
#+END_SRC

For help installing on Linux, Windows or without Homebrew see:
[[https://github.com/technomancy/leiningen#installation][Leiningen installation]].

In an exercise directory, create a =src= directory and a file therein to hold
your solution. The name of the file should be the exercise name with dashes =-=
replaced by underscores =_=.  For example, if the exercise is called
=hello-world=, name the solution file =hello_world.clj=.

Your resulting file tree should look something like this:
#+BEGIN_EXAMPLE
/path/to/hello-world

├── project.clj
├── src
│   └── hello_world.clj
└── test
    └── hello_world_test.clj
#+END_EXAMPLE


To run the tests, navigate to the exercise directory and run the following
command:
#+BEGIN_SRC bash
$ lein test
#+END_SRC

Version data entries

396 entries across 396 versions & 1 rubygems

Version Path
trackler-2.2.1.180 tracks/clojure/SETUP.org
trackler-2.2.1.179 tracks/clojure/SETUP.org
trackler-2.2.1.178 tracks/clojure/SETUP.org
trackler-2.2.1.177 tracks/clojure/SETUP.org
trackler-2.2.1.176 tracks/clojure/SETUP.org
trackler-2.2.1.175 tracks/clojure/SETUP.org
trackler-2.2.1.174 tracks/clojure/SETUP.org
trackler-2.2.1.173 tracks/clojure/SETUP.org
trackler-2.2.1.172 tracks/clojure/SETUP.org
trackler-2.2.1.171 tracks/clojure/SETUP.org
trackler-2.2.1.170 tracks/clojure/SETUP.org
trackler-2.2.1.169 tracks/clojure/SETUP.org
trackler-2.2.1.167 tracks/clojure/SETUP.org
trackler-2.2.1.166 tracks/clojure/SETUP.org
trackler-2.2.1.165 tracks/clojure/SETUP.org
trackler-2.2.1.164 tracks/clojure/SETUP.org
trackler-2.2.1.163 tracks/clojure/SETUP.org
trackler-2.2.1.162 tracks/clojure/SETUP.org
trackler-2.2.1.161 tracks/clojure/SETUP.org
trackler-2.2.1.160 tracks/clojure/SETUP.org