These notes document an ongoing project and are not yet complete.

Install Log

It was recommend that I use a build system called Leiningen to manage Clojure compilation.

  • Downloaded the lein script to my scripts folder (which has execute permissions).
  • Wow. That was easy. Now running lein repl form 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.git
  • cd ./modern-cljs
  • lein ring server-headless failed. Got issued a warning that Leiningen was out of date.
  • lein update
  • lein ring server-headless works now.
  • CURRENTENDOFNOTES