This site is a static rendering of the Trac instance that was used by R7RS-WG1 for its work on R7RS-small (PDF), which was ratified in 2013. For more information, see Home.

Source for wiki RedDocket version 37

author

cowan

comment


    

ipnr

127.11.51.1

name

RedDocket

readonly

0

text

This is a draft of proposals for the Red Edition (data structures) of R7RS-large.  For other dockets, see [wiki:WG2Dockets].

== Basic types and sorting ==

List library:  [http://srfi.schemers.org/srfi-1/srfi-1.html SRFI 1].

String library:  [http://srfi.schemers.org/srfi-13/srfi-13.html SRFI 13] and/or [http://srfi.schemers.org/srfi-130/srfi-130.html SRFI 130].

Vector library:  [http://srfi.schemers.org/srfi-133/srfi-133.html SRFI 133] (version of SRFI 43 made compatible with R7RS-small).

Sorting and merging: [http://srfi.schemers.org/srfi-132/srfi-132.html SRFI 132]) or [http://srfi.schemers.org/srfi-95/srfi-95.html SRFI 95] (from [http://people.csail.mit.edu/jaffer/slib/Sorting.html SLIB]) or [http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-5.html#node_chap_4 R6RS].

== Sets and maps ==

Comparators:  [http://srfi.schemers.org/srfi-128/srfi-128.html SRFI 128] (stripped-down version of deprecated SRFI 114).

Sets and bags:  [http://srfi.schemers.org/srfi-113/srfi-113.html SRFI 113].

Character sets:  [http://srfi.schemers.org/srfi-14/srfi-14.html SRFI 14].

Hash tables:  [http://srfi.schemers.org/srfi-125/srfi-125.html SRFI 125], which is backward compatible with [http://srfi.schemers.org/srfi-69/srfi-69.html SRFI 69]; or [http://srfi.schemers.org/srfi-126/srfi-126.html SRFI 126], which is backward compatible with [http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-14.html#node_chap_13 R6RS].

== Immutability and Laziness ==

Immutable pairs and lists:  [http://srfi.schemers.org/srfi-116/srfi-116.html SRFI 116].

Random access pairs and lists:  [http://srfi.schemers.org/srfi-101/srfi-101.html SRFI 101].

Immutable deques:  [http://srfi.schemers.org/srfi-134/srfi-134.html SRFI 134]

Generators:  [http://srfi.schemers.org/srfi-121/srfi-121.html SRFI 121].

Lazy sequences:  [http://srfi.schemers.org/srfi-127/srfi-127.html SRFI 127].

Streams:  [http://srfi.schemers.org/srfi-41/srfi-41.html SRFI 41].

== Miscellaneous ==

Boxes:  [http://srfi.schemers.org/srfi-111/srfi-111.html SRFI 111].

List queues:  [http://srfi.schemers.org/srfi-117/srfi-117.html SRFI 117].

Extended records:  [http://srfi.schemers.org/srfi-99/srfi-99.html SRFI 99], possibly with [http://srfi.schemers.org/srfi-129/srfi-129.html SRFI 129].

Ephemerons: [http://srfi.schemers.org/srfi-124/srfi-124.html SRFI 124].

Titlecase: [http://srfi.schemers.org/srfi-131/srfi-131.html SRFI 131]

time

2016-05-29 09:39:10

version

37