Dumping ground for learning Clojure
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
- variable_examples.clj
- string_examples.clj
- list_examples.clj
- set_examples.clj
- vector_examples.clj
- map_examples.clj
- maths_examples.clj
- atom_examples.clj
- agent_examples.clj
- function_examples.clj
- conditional_examples.clj
- loop_examples.clj
- file_io_examples.clj
- destructing_examples.clj
- structure_map_examples.clj
- anonymous_function_examples.clj