Skip to content

SRFISupport

Mike Montague edited this page Sep 7, 2022 · 21 revisions

SRFI 1: List Libary is fully supported. (import (scheme list)) or (import (srfi 1)) to use it.

SRFI 14: Character-set Library is fully supported. (import (scheme charset)) or (import (srfi 14)) to use it.

SRFI 18: Multithreading support is supported. (import (srfi 18)) to use it.

SRFI 22: Running Scheme Scripts on Unix is fully supported.

SRFI 27: Sources of Random Bits is fully supported. (import (srfi 27)) or (import (foment base)) to use it.

SRFI 39: Parameter objects is fully supported. (import (srfi 39)) or (import (foment base)) to use it.

SRFI 60: Integers as Bits is fully supported. (import (srfi 60)) to use it.

SRFI 106: Basic socket interface is fully supported. (import (srfi 106)) to use it.

SRFI 111: Boxes is fully supported. (import (scheme box)) or (import (srfi 111)) or (import (foment base)) to use it.

SRFI 112: Environment Inquiry is fully supported. (import (srfi 112)) or (import (foment base)) to use it.

SRFI 124: Ephemerons is fully supported with extensions. (import (scheme ephemeron)) or (import (srfi 124)) or (import (foment base)) to use it.

SRFI 125: Hash Tables is fully supported. (import (scheme hash-table)) or (import (srfi 125)) to use it.

SRFI 128: Comparators is fully supported. (import (scheme comparator)) or (import (srfi 128)) to use it.

SRFI 133: Vector Library (R7RS-compatible) is fully supported. (import (scheme vector)) or (import (srfi 133)) to use it.

SRFI 151: Bitwise Operations is fully supported. (import (srfi 151)) to use it.

SRFI 157: Continuation marks is supported. (import (srfi 157)) or (import (foment base)) to use it.

SRFI 166: Monadic Formatting is supported. (import (srfi 166)) to use it.

SRFI 176: Version flag is fully supported. (import (srfi 176)) to use it.

SRFI 181: Custom ports (including transcoded ports) is fully supported. (import (srfi 181)) or (import (foment base)) to use it.

SRFI 192: Port Positioning is fully supported. (import (srfi 192)) or (import (foment base)) to use it.

SRFI 193: Command line is fully supported. (import (srfi 193)) to use it.

SRFI 207: String-notated bytevectors is fully supported. (import (srfi 207)) to use it.

SRFI 229: Tagged Procedures is fully supported. (import (srfi 229)) or (import (foment base)) to use it.

Clone this wiki locally