Hi, I was wondering what was Kawa's stance regarding the Expression problem, ie. extending existing Java classes. ABCL provides a mechanism to specialize on Java classes as documented in section 4.5.2 of the user manual. Clojure provides defprotocol and defmulti to extend existing types. I skimmed through the Kawa manual and am still unsure. I am very curious to hear more from the experts. Thank you. Daniel