These notes document an ongoing project and are not yet complete.
Useful links
Install Log
It was recommend that I use a build system called Leiningen to manage Clojure compilation.
- Downloaded the
leinscript to my scripts folder (which has execute permissions). - Wow. That was easy. Now running
lein replform anywhere starts a repl that appears to work.
# I dont think that the following steps were necessary.
# - Now to install ClojureScript:
# - git clone git://github.com/clojure/clojurescript.git
# - cd ./clojurescript
# - ./scripts/bootstrap
# - Took about a minute to install. No problems so far.
# - export CLOJURESCRIPT_HOME=/home/aaron/scripts/clojurescript
Modern CLJS Tutorial
git clone https://github.com/magomimmo/modern-cljs.gitcd ./modern-cljslein ring server-headlessfailed. Got issued a warning that Leiningen was out of date.lein updatelein ring server-headlessworks now.- CURRENTENDOFNOTES
