Opened 15 years ago
Last modified 14 years ago
#58 new enhancement
Lisp-side introspection into java classes
Reported by: | trittweiler | Owned by: | nobody |
---|---|---|---|
Priority: | major | Milestone: | unscheduled |
Component: | libraries | Version: | |
Keywords: | Cc: | ||
Parent Tickets: |
Description
It'd be nice if ABCL would provide Lisp-side introspection
into Java classes. Including ABCL's own datastructures like
Readtable, Mutex, etc. So it can be used in Slime.
Change History (2)
comment:1 Changed 15 years ago by
comment:2 Changed 14 years ago by
Component: | CLOS → libraries |
---|---|
Milestone: | → unscheduled |
Owner: | changed from somebody to nobody |
Note: See
TracTickets for help on using
tickets.
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."