An Introduction to Clojure
Presented by: Thomas Meier
Clojure is a functional, general purpose, LISP style language originally targeting the Java Virtual Machine. With almost no syntax and sticking close to theoretical and mathematical models of computation, it can be hard for one to see how Clojure might work in the wild. We will review Clojure and some of its capabilities—then take a look at some of the gritty details when building a web application.