SRFI 133: Vector Library (R7RS-compatible)

by John Cowan

Based on SRFI 43 by Taylor Campbell.

status: final (2016-03-20)

keywords: Data Structure, R7RS Large, R7RS Large: Red Edition

See also SRFI 43: Vector library and SRFI 160: Homogeneous numeric vector libraries.

library name: vectors

Abstract

This SRFI proposes a comprehensive library of vector operations accompanied by a freely available and complete reference implementation. The reference implementation is unencumbered by copyright, and useable with no modifications on any Scheme system that is R5RS-compliant. It also provides several hooks for implementation-specific optimization as well.