"foo" as string

Luke Gorrie luke@bluetail.com
Fri Mar 10 03:55:00 GMT 2000


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



More information about the Kawa mailing list