On Tue, Nov 4, 2014 at 2:37 PM, Robert Goldman rpgoldman@sift.net wrote:
Is there some way to find a private method and make it accessible, somewhat like the way JSS can make a private field accessible?
If I understand your request correctly (I'm not sure I do, because I don't know what JSS is), here's an example how to do it: https://github.com/cffi/cffi/blob/v0.14.0/src/cffi-abcl.lisp#L142
HTH,