Silicon Valley Code Camp : October 1 & 2, 2016session
Introducing ClojureScript
Interested in functional programming and JavaScript? You'll learn the basics of ClojureScript, a functional language that compiles to JavaScript.
About This Session
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