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.98 tracks/clojure/SETUP.org
trackler-2.2.1.97 tracks/clojure/SETUP.org
trackler-2.2.1.96 tracks/clojure/SETUP.org
trackler-2.2.1.95 tracks/clojure/SETUP.org
trackler-2.2.1.94 tracks/clojure/SETUP.org
trackler-2.2.1.93 tracks/clojure/SETUP.org
trackler-2.2.1.92 tracks/clojure/SETUP.org
trackler-2.2.1.91 tracks/clojure/SETUP.org
trackler-2.2.1.90 tracks/clojure/SETUP.org
trackler-2.2.1.89 tracks/clojure/SETUP.org
trackler-2.2.1.88 tracks/clojure/SETUP.org
trackler-2.2.1.87 tracks/clojure/SETUP.org
trackler-2.2.1.86 tracks/clojure/SETUP.org
trackler-2.2.1.85 tracks/clojure/SETUP.org
trackler-2.2.1.84 tracks/clojure/SETUP.org
trackler-2.2.1.83 tracks/clojure/SETUP.org
trackler-2.2.1.82 tracks/clojure/SETUP.org
trackler-2.2.1.81 tracks/clojure/SETUP.org
trackler-2.2.1.80 tracks/clojure/SETUP.org
trackler-2.2.1.79 tracks/clojure/SETUP.org