#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."