Would it be a nice feature to have kawa.lang.FString coercable to java.lang.Sting for the purposes of invoke? At the moment I have a bunch of things like: (make <javax.swing.JLabel> (str "My label")) (define (str s) (invoke s 'to-string)) Or am I missing something? Cheers, Luke