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 ArgumentOrder version 1

author

cowan

comment


    

ipnr

127.10.177.1

name

ArgumentOrder

readonly

0

text

This is a test of the order in which Scheme REPLs evaluate constant arguments.  It doesn't necessarily apply when arguments have different levels of complexity, nor does it apply to compiled code.  The test is `((lambda x x) (display "l") (display "t") (display "r"))`.  In some cases, procedures other than `display` were used.

Displays `ltr`: Racket, Gauche, Gambit, Chicken, Bigloo, Scheme48/scsh, Kawa, SCM, Vicare, Ypsilon, Mosh, !IronScheme, NexJ, STklos, KSi, !SigScheme, Scheme 9, RScheme, S7, Rep, Schemik, Elk, UMB, Sizzle, !FemtoLisp, Dfsch, Inlab, Foment

Displays `rtl`: MIT, BDC, XLisp, SXI, Chibi

Displays `tlr`: Chez

Undeterminable: Llava, Owl Lisp

time

2013-11-19 13:03:17

version

1