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

Final SRFI 153: Ordered Sets

5 views
Skip to first unread message

Arthur A. Gleckler

unread,
May 1, 2023, 7:30:05 PM5/1/23
to
Scheme Request for Implementation 153,
"Ordered Sets",
by John Cowan,
has gone into final status.

The document and an archive of the discussion are available at
<https://srfi.schemers.org/srfi-153/>.

Here's the abstract:

Osets are immutable collections that can contain any Scheme objects as
long as a total order exists among the objects. Osets enforce the
constraint that no two elements can be the same in the sense of the
oset's associated equality predicate. The elements in an oset appear
in a fixed order determined by the comparator used to create it.

Here is the commit summary since the most recent draft:

- editorial changes
- Finalize.

Here are the diffs since the most recent draft:

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

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


Regards,


SRFI Editor
0 new messages