/clojure_env

clojure code examples from "Functional Thinking"

Primary LanguageClojure

clojure env

Setup

  1. Download Leiningen. There are multiple ways of doing this, I used sdk install leiningen which uses sdkman.
  2. Download cursive plugin for IntelliJ.
  3. Ping me with questions/problems.

Run Program

$ lein run
> Hello, World!