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.78 tracks/clojure/SETUP.org
trackler-2.2.1.77 tracks/clojure/SETUP.org
trackler-2.2.1.76 tracks/clojure/SETUP.org
trackler-2.2.1.75 tracks/clojure/SETUP.org
trackler-2.2.1.74 tracks/clojure/SETUP.org
trackler-2.2.1.73 tracks/clojure/SETUP.org
trackler-2.2.1.72 tracks/clojure/SETUP.org
trackler-2.2.1.71 tracks/clojure/SETUP.org
trackler-2.2.1.70 tracks/clojure/SETUP.org
trackler-2.2.1.69 tracks/clojure/SETUP.org
trackler-2.2.1.68 tracks/clojure/SETUP.org
trackler-2.2.1.67 tracks/clojure/SETUP.org
trackler-2.2.1.66 tracks/clojure/SETUP.org
trackler-2.2.1.65 tracks/clojure/SETUP.org
trackler-2.2.1.64 tracks/clojure/SETUP.org
trackler-2.2.1.63 tracks/clojure/SETUP.org
trackler-2.2.1.62 tracks/clojure/SETUP.org
trackler-2.2.1.61 tracks/clojure/SETUP.org
trackler-2.2.1.60 tracks/clojure/SETUP.org
trackler-2.2.1.59 tracks/clojure/SETUP.org