May 2018
Beginner to intermediate
290 pages
6h 43m
English
In this chapter we covered calling Java code from your Clojure program. We looked at the mechanics of creating new Java objects, at calling methods, and even at how you can use Clojure to look into the Java code behind Clojure itself.
One aspect of Java interop that we didn’t look at in this chapter was using Java threads from Clojure. Because that’s what the next chapter is about.
Read now
Unlock full access