Create a project

We recommend creating a project to test our your development tools. You can also use this project to save all your Clojure experiements from the workshop.

  1. Open a terminal window and change to a suitable folder
cd projects/clojure
  1. Create a new project using Leiningen.
lein new playground
  1. Change into the directory and test the project runs
cd playground

lein repl

You should now see a prompt for your repl. Try typing in some simple Clojure code, such as:

(+ 1 2 3 4 5)

Try the project with your preferred editor

results matching ""

    No results matching ""