• SRFI 224: Integer Mappings

    From Arthur A. Gleckler@21:1/5 to All on Wed Mar 24 21:50:51 2021
    Scheme Request for Implementation 224,
    "Integer Mappings,"
    by Wolfgang Corcoran-Mathe,
    is now available for discussion.

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

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

    Here's the abstract:

    Integer maps, or imappings, are finite sets, where each element is an
    association between an exact-integer key and an arbitrary Scheme
    object. They are similar to the general mappings of SRFI 146, but the
    restricted key-type allows implementations of imappings to benefit
    from optimized structures and algorithms. This library provides a rich
    set of operations on imappings, including analogues of most of the
    forms provided by SRFI 146. Imappings have no intrinsic order, but may
    be treated as ordered sets, using the natural ordering on keys; a
    substantial sublibrary for working with imappings in this fashion is
    included.

    Regards,


    SRFI Editor

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)