Computer and Information Technology instructor at EVC. I am a co-author of several books, including "SVG Essentials" and "Introducing Elixir." Currently into functional programming.
ClojureScript is the Clojure language (a dialect of LISP) that compiles to JavaScript. In this session you'll learn the basics of ClojureScript:
* Expressions
* Interaction with HTML
* Collections -- Lists, Vectors, and Maps
* Functions that work with collections -- map, reduce, and filter