Skip to content

James-P-D/ClojureDump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Dumping ground for learning Clojure

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published