Skip to content

kdmoreira/brave-clojure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clojure Studies

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.

Installation

  1. 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.
  2. You should also install Leiningen, which requires Java.
  3. 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.

Usage

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!

Options

You may use the REPL by typing in your terminal:

$ lein repl

License

MIT License

Copyright © 2022

About

Clojure studies | www.braveclojure.com | 4clojure.oxal.org | exercism.org

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published