On Mon, 2025-03-17 at 09:52 +0100, ngraves--- via General Guile related
discussions wrote:
> 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 l
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.