In this repository you'll find exercises and notes I've been taking while reading Clojure for The Brave and True. You'll also find my personal solutions to 4ever-clojure's exercises.
- In order to run this project you must have the Java Runtime Environment (JRE) or Java Development Kit (JDK) installed, which you can download here.
- You should also install Leiningen, which requires Java.
- Clone this repository. There are different ways you can do this:
- If you have
git
installed, use the following command:
$ git clone https://github.com/kdmoreira/brave-clojure.git
- If you don't have
git
installed, simply download the.zip
file by clicking on the button "Clone" in the repository's homepage.
Open the project folder in your computer and type in your terminal:
$ lein run
The sentence I'm a little teapot!
should appear. If it did, success!
You may use the REPL by typing in your terminal:
$ lein repl
MIT License
Copyright © 2022