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

SRFI 229: Tagged Procedures

12 views
Skip to first unread message

Arthur A. Gleckler

unread,
Aug 31, 2021, 6:36:14 PM8/31/21
to
Scheme Request for Implementation 229,
"Tagged Procedures,"
by Marc Nieper-Wißkirchen,
is now available for discussion.

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

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
<srfi...@srfi.schemers.org>.

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.

Regards,


SRFI Editor
0 new messages