Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 2.57 KB

README.md

File metadata and controls

49 lines (37 loc) · 2.57 KB

ClojureDump

Dumping ground for learning Clojure

Instructions

Download Leiningen batch file (Windows) and put somewhere %PATH% accessible.

Then from a command-prompt run:

lein self-install

Change to directory you want to create the new Clojure project and run..

lein new app PROJECT_NAME

And finally, to run a project, change to it and run..

lein run

If we want the nREPL server up..

lein repl

Contents