Is there anyway to "probe" a method in common lisp

Posted by Michael Minerva on Stack Overflow See other posts from Stack Overflow or by Michael Minerva
Published on 2010-06-10T22:50:55Z Indexed on 2010/06/10 22:52 UTC
Read the original article Hit count: 152

Filed under:

My application allows the user to create their own methods indirectly and I later need to refer to these methods. I am wondering if there is a way (for error checking purposes) to test if a method exists without trying to execute it. If I just try and call the method and it doesn't exist this will crash my application.

© Stack Overflow or respective owner

Related posts about common-lisp