This is the mail archive of the kawa@sourceware.cygnus.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

"foo" as string


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]