A REPL-driven guide for learning programming in Clojurescript, with an emphasis on the foundations and core idioms: data, functions, and abstractions.
Install Clojure or Leiningen
brew install clojure
brew install leiningen
Start a REPL
clj --main cljs.main --repl
rlwrap lein trampoline repl
OR, open your favorite editor (Emacs/Cider, IntelliJ/Cursive), VSCode, and start an repl.
Open 'src' and explore each namespace and walkthrough its available functions.
This is the material for my Clojurescript workshops.
Copyright (c) Priyatam Mudivarti, 2015 - 2018. All rights reserved.
Released under the MIT License.