/clojure-recipes

A complete clojure noob repository to try out some fun clojure code

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

clojure-recipes

I am starting my journey with clojure. This repository is collection of most common programming receipies.

Installation

  1. Clone the repository.
  2. To run the project and tests
lein run
lein test

Might be Useful

  1. To setup the environment you will need Leiningen
  2. You can use emacs as an editor. I use cider to do clojure development. Feel free to use Cursive with Intellij or Counterclockwise with Eclipse.

References

  1. Clojure for the Brave and the True
  2. 4Clojure

License

Copyright © 2016

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.