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