This is the mail archive of the kawa@sources.redhat.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]

Re: some questions using callbacks to java


"Paul R. Potts" <potts@umich.edu> writes:

> thanks, this fixed that problem. not sure why doing the put() on a string
> rather than symbol failed silently w/o generating a runtime exception

Kawa was probably doing a .toString() so that it mostly worked, but for
a symbol you need .toString().intern() to make it eq? to equivalent
symbols.

--
Bruce R. Lewis                          http://brl.sourceforge.net/

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