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. For a version of this page that may be more recent, see SelfQuotingVectors in WG2's repo for R7RS-large.

Self­Quoting­Vectors

cowan
2014-12-28 10:27:58
4history
source

Currently Racket, Gauche, MIT, Bigloo, Guile, Kawa, Chibi, SCM, NexJ, STklos, Shoe, TinyScheme, Scheme 9, Dream, Scheme 7, XLisp, Rep, Schemik, UMB, VX, Oaklisp, Llava, Spark, FemtoLisp, Dfsch, Owl Lisp, Sagittarius treat vectors as self-quoting.

Gambit, Chicken, Scheme48/scsh, SISC, Chez, Ikarus/Vicare, Ypsilon, Mosh, IronScheme, KSi, SigScheme, RScheme, Elk, SXM, Sizzle, Inlab treat unquoted vectors as errors.

Larceny prints a warning from the macro expander, but then treats the vector as self-quoting.

BDC does not support vector constants.