[armedbear-ticket] [armedbear] #58: Lisp-side introspection into java classes
armedbear
armedbear-devel at common-lisp.net
Thu Mar 4 11:39:25 UTC 2010
#58: Lisp-side introspection into java classes
--------------------------+-------------------------------------------------
Reporter: trittweiler | Owner: somebody
Type: enhancement | Status: new
Priority: major | Milestone:
Component: CLOS | Version:
Resolution: | Keywords:
--------------------------+-------------------------------------------------
Comment(by mevenson):
There is now support for Lisp-side introspection into all Java classes
*except* those which are part of the CL type system (and used for ABCL
implementation such as Readtable, Mutex, etc) The inspection contract is
that all descendants of LispObject should implement getParts() to return
meaningfully inspectable parts. So, I believe this ticket should be
interpreted as "Implement getParts() for more of the system types."
--
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/58#comment:1>
armedbear <http://common-lisp.net/project/armedbear>
armedbear
More information about the armedbear-ticket
mailing list