Slide 19
Slide 19 text
Summary
Using Clojure in a Java codebase is a viable proposition.
● Use whatever build toolchain you would normally
● Java interop pretty smooth
● Java can consume your Clojure code- not a black box
● Test as you would in Java
● Focus on solving hard problems, not ceremony (syntax, configuration, …)