Re: The name of "keyword-call"
Marc Nieper-WiÃkirchen 23 Oct 2019 13:37 UTC
Am Mi., 23. Okt. 2019 um 14:10 Uhr schrieb Rhys Ulerich
<xxxxxx@gmail.com>:
>
> > The name "kcall" is as short as "apply". Should it be even shorter?
>
> Does it violate some convention to choose call-with-keywords and to allow the shorthand call/kw?
The prefix "call-with-XXX" is used for procedures that, when called,
call one of their arguments, supplying some XXX as the argument for
that call.
So "call-with-XXX" (and "call/XX") instead of "kcall" seems to follow
the tradition. What may be debatable is the suffix "keywords"/"kw" as
the procedure called is not called with keywords but with keyword
arguments.
Marc