This is an early draft of proposals for the Orange Edition (numbers) of R7RS-large. For other dockets, see WG2Dockets.
Numeric types and operations
Integer division: DivisionRiastradh
Fixnums: FixnumsCowan, R6RS
Flonums: FlonumsCowan with NanMedernach
Compnums: CompnumsCowan
Random numbers: SRFI 27, plus AdvancedRandomGauche
Prime numbers: PrimesGauche.
Numeric and semi-numeric data structures
Integers as bit vectors: BitwiseCowan, SRFI 60, R6RS.
Bit vectors: BitVectorsCowan.
Numeric vectors: NumericVectorsCowan.
C-style structs: ByteStructuresTaylanub.
Integer sets: IntegerSetsCowan.
Descriptive statistics: TallyCowan.
Multidimensional generic arrays: ArraysCowan. Storage classes: StorageClassesCowan.
Enumerations
Enumerations: EnumsCowan
Enumeration sets: EnumsCowan
Enumeration maps: EnumsCowan
Carryovers from the Red Edition without implementations
Immutable sets and bags: ImmutableSetsWortman
Immutable maps: ImmutableMapsWortman
Binary heaps: BinaryHeapsCowan