Learn how to use Clojure language with examples and develop domain-specific languages on the go Overview Explore DSL concepts from existing Clojure DSLs and libraries Bring Clojure into your Java applications as Clojure can be hosted on a Java platform A tutorial-based guide to develop custom domain-specific languages In Detail Clojure is a very new and rapidly growing language that runs on top of the JVM. The language being hosted on the Java platform allows for Clojure applications to use existing Java components. Although there are objects in Clojure, the language is not object oriented. "Clojure for Domain-specific Languages" is an example-oriented guide to building custom languages. Many of the core components of Clojure are covered...