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 OrangeDocket version 29
author
cowan
comment
ipnr
127.11.51.1
name
OrangeDocket
readonly
0
text
This is an early draft of proposals for the Orange Edition (numbers) of R7RS-large. For other dockets, see [wiki:WG2Dockets].
'''Numeric types and operations'''
Integer division: [http://srfi.schemers.org/srfi-141/srfi-141.html SRFI 141]
Bitwise integer operations: [http://srfi.schemers.org/srfi-151/srfi-151.html SRFI 151] (superseding SRFI 142), [http://srfi.schemers.org/srfi-60/srfi-60.html SRFI 60], [http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-12.html#node_sec_11.4 R6RS].
Fixnums: [http://srfi.schemers.org/srfi-143/srfi-143.html SRFI 143], [http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-12.html#node_sec_11.2 R6RS]
Flonums: [http://srfi.schemers.org/srfi-144/srfi-1443.html SRFI 144],
[http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-12.html#node_sec_11.3 R6RS]
Random numbers: [http://srfi.schemers.org/srfi-27/srfi-27.html SRFI 27], plus AdvancedRandomGauche
Prime numbers: PrimesGauche.
'''Numeric and semi-numeric data structures'''
Numeric vectors: NumericVectorsCowan.
C-style structs: [https://github.com/TaylanUB/scheme-bytestructures ByteStructuresTaylanub].
Integer sets: IntegerSetsCowan.
Descriptive statistics: TallyCowan.
Multidimensional arrays: [http://srfi.schemers.org/srfi-122/srfi-122.html SRFI 122]
'''Enumerations'''
Enumerations: EnumsCowan
Enumeration sets: EnumsCowan
Enumeration maps: EnumsCowan
'''Formatting'''
Formatting: [http://synthcode.com/scheme/fmt/ FmtShinn] or [http://srfi.schemers.org/srfi-28/srfi-28.html SRFI 28] (basic) or [http://srfi.schemers.org/srfi-48/srfi-48.html SRFI 48] (intermediate), possibly with [http://srfi.schemers.org/srfi-29/srfi-29.html SRFI 29] or GettextCowan
'''Carryovers from the Red Edition without implementations'''
Strings: [http://srfi.schemers.org/srfi-152/srfi-152.html SRFI 152]
Immutable sets and bags: ImmutableSetsWortman
Immutable maps: [http://srfi.schemers.org/srfi-146/srfi-146.html SRFI 146]
time
2017-06-15 22:59:17
version
29