Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Final SRFI 229: Tagged Procedures

8 views
Skip to first unread message

Arthur A. Gleckler

unread,
Nov 15, 2021, 4:57:12 PM11/15/21
to
Scheme Request for Implementation 229,
"Tagged Procedures,"
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-229/>.

Here's the abstract:

This SRFI defines tagged procedures, which are procedures that are
tagged with a Scheme value when created through the syntax lambda/tag
and case-lambda/tag. The value of the tag of a procedure can be
retrieved with procedure-tag, and the predicate procedure/tag?
discerns whether a procedure is tagged.

Here is the commit summary since the most recent draft:

- Finalize.

Here are the diffs since the most recent draft:

<https://github.com/scheme-requests-for-implementation/srfi-229/compare/draft-2..final>

Many thanks to Marc and to everyone who contributed to the discussion of
this SRFI.

Regards,



SRFI Editor
0 new messages