This is the mail archive of the kawa@sourceware.org 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]
Other format: [Raw text]

Re: Problem defining a class implementing an interface nested in a class


Hi Per,

Per Bothner <per@bothner.com> writes:
> On a modern JVM like HotSpot there should be very little "JVM overhead"
> - except for start-up time, which is certainly an issue.

right, I am mainly referring to the start-up time which keeps me from
using JVM based languages for my everyday programming needs. But on the
JVM, Kawa is certainly my first choice now.


> For now you have to use JVM "internal" class names:
>
> javax.swing.text.AbstractDocument$Content

Thank you, too!


> The name javax.swing.text.AbstractDocument is actually a single
> identifier, not a compound expression.
>
> It could be possible for Kawa to automatically map
> javax.swing.text.AbstractDocument.Content to
> javax.swing.text.AbstractDocument$Content.  Maybe later.

Yeah, I'm familiar with Scheme's syntax but figured that Kawa handles
these symbols in a special way. The mapping would certainly help Java
novices like me :-)

Thanks again guys!
Moritz


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