Scheme Request for Implementation 177,
"Portable keyword arguments,"
by Lassi Kortela,
is now available for discussion.

Its draft and an archive of the ongoing discussion are available at
https://srfi.schemers.org/srfi-177/.

You can join the discussion of the draft by filling out the subscription
form on that page.

You can contribute a message to the discussion by sending it to
[email protected].

Here's the abstract:


> Many Scheme implementations have keyword arguments but they have not been
> widely standardized. This SRFI defines the macros keyword-lambda and
> keyword-call.  They can be used identically in every major implementation
> currently in use, making it safe to use keyword arguments in portable
> code.  The macros expand to native keyword arguments in Schemes that have
> them, letting programmers mix portable code and implementation-specific
> code.


Regards,


SRFI Editor

Reply via email to