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 WhatLoadReturns version 2

author

cowan

comment


    

ipnr

127.11.51.1

name

WhatLoadReturns

readonly

0

text

Asked to load a file containing the text `(values 1 2 3)`, Racket, Scheme48/scsh, Guile, RScheme return `1 2 3` (3 values).

Chicken, Kawa, SISC, Chibi, Chez, !Ikarus/Vicare, Larceny, Ypsilon, !SigScheme return their standard
undefined-value object.

Gauche returns `#t 2 3` (3 values).

Bigloo returns `1 0` (2 values).

MIT, Gambit, XLisp, Sagittarius return various objects (1 value).

SCM doesn't like multiple values at the top level.

Mosh, !IronScheme, KSI, !TinyScheme, Scheme 9, Elk, UMB, VX, Oaklisp, Owl Lisp either don't support values or don't support load.

time

2014-12-28 10:19:40

version

2