Re: Procedure arity and documentation

2021-05-27 Thread Zelphir Kaltstahl
Hi Taylan! Hm. I see. I am not quite sure I understand the implications of this. Am I still safe, if I rely on procedure-minimum-arity, or is that just asking for my code to break at a later point in time? Regards, Zelphir On 5/27/21 12:23 PM, Taylan Kammer wrote: > On 26.05.2021 21:33, Zelphir

Re: Procedure arity and documentation

2021-05-27 Thread Taylan Kammer
On 26.05.2021 21:33, Zelphir Kaltstahl wrote: > > Is that a bug, or is it, because I am trying to use it in the REPL and there > my > procedure is not compiled? > > Best regards, > Zelphir > There's a relevant bug report I looked into recently: https://bugs.gnu.org/40294 Quoting myself: It s

Procedure arity and documentation

2021-05-26 Thread Zelphir Kaltstahl
Hello Guile users! Today I found the procedure `procedure-minimum-arity`, while tab-completing in Geiser. I then looked for its documentation in the Guile manual, but could not find anything about it. (help procedure-minimum-arity) shows: scheme@(guile-user)> (help procedure-minimum-arity) `