Understand performance aspects and write high performance code with Clojure Overview See how the hardware and the JVM impact performance Learn which Java features to use with Clojure, and how Deep dive into Clojure's concurrency and state primitives Discover how to design Clojure programs for performance In Detail Clojure is a young, dynamic, functional programming language that runs on the Java Virtual Machine. It is built with performance, pragmatism, and simplicity in mind. Like most general purpose languages, Clojures features have different performance characteristics that one should know in order to write high performance code. Clojure High Performance Programming is a practical, to-the-point guide that shows you how to evaluate the performan...