I am reading Clojure Programming, and this book is based on clojure 1.1.
I want to use the latest stable version 1.3, but it does not have the old clojure -contrib.
My problem is that I cannot find import-static
in clojure 1.3. I could copy the macro definition from the old clojure -contrib and run.
Is there any import-static or some kind of substitute in clojure 1.3? Is there any knowledge to learn such libraries and functions in the old clojure -contrib for 1.3?
user943820
source share