kawa-commonlisp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Kawa-commonlisp-dev] Java representation of define-class slots


From: John Cowan
Subject: [Kawa-commonlisp-dev] Java representation of define-class slots
Date: Fri, 21 Jun 2013 04:19:39 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

How are slots represented in the instances of define-class classes?
Are they just Java instance variables, or are they more complicated
than that?  Are they copied down from the superclasses, or is there some
other trick to it?

For ISLisp purposes, copy-down makes the most sense, because you are
not allowed to redefine classes, and the compiler can be expected to be
aware of all of them.

-- 
John Cowan  address@hidden  http://ccil.org/~cowan
Linguistics is arguably the most hotly contested property in the academic
realm. It is soaked with the blood of poets, theologians, philosophers,
philologists, psychologists, biologists and neurologists, along with
whatever blood can be got out of grammarians. - Russ Rymer



reply via email to

[Prev in Thread] Current Thread [Next in Thread]