From c7b10eea0315f59a3806a3195e89a0a2e7a1cf3d Mon Sep 17 00:00:00 2001 From: "Arthur A. Gleckler" Date: Thu, 18 Mar 2021 15:40:27 -0700 Subject: Finalize. --- README.org | 2 +- index.html | 2 +- srfi-214.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 42beee2..6316fb9 100644 --- a/README.org +++ b/README.org @@ -8,7 +8,7 @@ keywords: [[https://srfi.schemers.org/?keywords=data-structure][Data Structure]] This repository hosts [[https://srfi.schemers.org/srfi-214/][SRFI 214]]: Flexvectors, a [[https://srfi.schemers.org/][Scheme Request for Implementation]]. -This SRFI is in /draft/ status. +This SRFI is in /final/ status. See also [[https://srfi.schemers.org/srfi-117/][SRFI 117: Queues based on lists]], [[https://srfi.schemers.org/srfi-125/][SRFI 125: Intermediate hash tables]], [[https://srfi.schemers.org/srfi-133/][SRFI 133: Vector Library (R7RS-compatible)]], [[https://srfi.schemers.org/srfi-134/][SRFI 134: Immutable Deques]], and [[https://srfi.schemers.org/srfi-158/][SRFI 158: Generators and Accumulators]]. diff --git a/index.html b/index.html index 68e2bbb..0639978 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@

SRFI 214: Flexvectors

by Adam Nelson

-

status: draft (2020-10-07)

+

status: final (2021-03-18)

keywords: Data Structure

See also SRFI 117: Queues based on lists, SRFI 125: Intermediate hash tables, SRFI 133: Vector Library (R7RS-compatible), SRFI 134: Immutable Deques, and SRFI 158: Generators and Accumulators.