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.

Source for wiki DotComma version 3

author

cowan

comment


    

ipnr

127.11.51.1

name

DotComma

readonly

0

text

Given `b` => 312, what is the value of {{{`}}}`(a .,b)`?

Guile, Bigloo, Shoe, Dream, S7, Elk, Sizzle, Dfsch:  `(a .,b)`, treating `.,b` as a symbol.

Racket, Gauche, MIT, Scheme48/scsh, Kawa, Chibi, SCM, Chez, STklos, KSi, Scheme 9, BDC, Rep, Schemik, Oaklisp, !FemtoLisp, Inlab, Owl Lisp, Sagittarius (and Common Lisp): `(a . 312)`.

Chicken: `(a |.| 312)`.

!SigScheme (which explicitly calls it a compatibility issue), Vicare, Ypsilon, Mosh, and probably the other R6RS systems: syntax error.

!TinyScheme, XLisp, SXM: no support for quasiquote.

time

2014-12-28 08:25:56

version

3