
Install an integrated development environment using IntelliJ IDEA with the Cursive plugin for Clojure script, then set up on Windows, Mac OS, and Linux and create your first project.
Create a minimal ClojureScript project from a template, clone the repository, install the template with Lineman, and import the project into an IDE to run a hello world example.
Explore recursion and the loop construct in ClojureScript by implementing the Kolata sequence, counting steps to reach 1, and optimizing with recur and loop for tail recursion.
In this Learning ClojureScript training course, expert author David Eisenberg teaches you how to write functional programs for the web. This course is designed for users that already have experience with JavaScript, HTML, and manipulating the Document Object Model.
You will start by learning how to set up your system, then jump into writing functions. From there, David will teach you about sequences, and more advanced ClojureScript concepts such as destructuring, recursion and loops, and error handling. Finally, you will learn about reactive programming in ClojureScript.
Once you have completed this computer based training course, you will be fully capable of using ClojureScript for your own functional web programming needs. Working files are included, allowing you to follow along with the author throughout the lessons.