AUDIENCE
This book is for programmers who have written code in languages like
Java or Ruby. Experience with Lisp is useful, but not necessary.
ABOUT THE TECHNOLOGY
Clojure makes it easy and safe to write scalable, high-performance
programs for multi-core computers, cloud-based applications, and
large scale distributed systems. Clojure is also well suited to writing
business tools like domain specific languages, another current trend.
Because it runs on the JVM, Clojure gives programmers instant access
to thousands of Java-based libraries and frameworks.