Opened 15 years ago

Last modified 13 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 14 years ago by Mark Evenson

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

comment:2 Changed 13 years ago by ehuelsmann

Component: CLOSlibraries
Milestone: unscheduled
Owner: changed from somebody to nobody
Note: See TracTickets for help on using tickets.