Subject: Final SRFI 206: Auxiliary Syntax Keywords
Scheme Request for Implementation 206,
"Auxiliary Syntax Keywords,"
by Marc Nieper-Wißkirchen,
has gone into final status.
The document and an archive of the discussion are available at https://srfi.schemers.org/srfi-206/.
Here's the abstract:
This SRFI defines a mechanism for defining auxiliary syntax keywords independently in different modules in such a way that they still have the same binding so that they can be used interchangeably as literal identifiers in
syntax-rulesandsyntax-caseexpressions and can be both imported under the same name without conflicts.
Here is the commit summary since the most recent draft:
Here are the diffs since the most recent draft:
https://github.com/scheme-requests-for-implementation/srfi-206/compare/draft-5..final
Many thanks to Marc and to everyone who contributed to the discussion of this SRFI.
Regards,
SRFI Editor