Get default arguments of an arbitrary procedure
ngraves--- via General Guile related discussions <[email protected]>
| Newsgroups | gmane.lisp.guile.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Guile! Is there a way to get the default arguments of an unknown procedure ? More precisely, a function defined with define* is able to set its default arguments through #:key keywords. I'm looking for a procedure that returns an alist of those predefined default arguments, given the function. -- Best regards, Nicolas Graves