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