priyatam / learn-clojurescript

a study guide on the REPL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learn Clojurescript

A REPL-driven guide for learning programming in Clojurescript, with an emphasis on the foundations and core idioms: data, functions, and abstractions.

Getting Started

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.

Workshops

This is the material for my Clojurescript workshops.

License

Copyright (c) Priyatam Mudivarti, 2015 - 2018. All rights reserved.

Released under the MIT License.

About

a study guide on the REPL

License:MIT License


Languages

Language:Clojure 100.0%