Clojure has made it easy to do something which should be really simple and straightforward, but in Java is not. How many times have you wanted to create a wrapper class in Java? You have to write all of the methods to call the same method on the wrapped object. It must be a common frustration, since Eclipse lets you generate one pretty easily through a menu. But in Clojure, it’s simple. Tim Brool