Learn ClojureScriptλ︎
Clojure & ClojureScript languages are almost identical, so any good Clojure book or exercises can also help to learn the syntax and functions within the ClojureScript standard library.
Minor Language differences
Due to limitations of the host JavaScript platform, some language features of Clojure are not available in ClojureScipt
Learning Pathλ︎
- Learn the basic syntax
- practice using an online ClojureScript REPL
- Solve challenges
- Create a ClojureScript application
- Landing Page website, e.g. ClojureBridge London or Practical.li home page
- TicTacToe game with Reagent and Figwheel
Online REPLλ︎
ClojureScript REPL website provides a ClojureScript REPL in a web page, removing the need to install any tools. The page also includes an interactive cheatsheet to help discover standard functions from the ClojureScript library.
Exercismλ︎
Over 70 exercises to solve with ClojureScript (or Clojure) using either their built-in editor or locally as a Clojure CLI project.
Resourcesλ︎
ClojureScript.org Language Reference