Wonderful! Then I guess the texts in sections 9.1.5 and 9.4.7 in the manual should be updated? I would have submitted a patch if I knew better how to reformulate.
Best regards, Mikael On Sun, Nov 17, 2019 at 3:45 PM Andy Wingo <wi...@pobox.com> wrote: > Hey all :) > > Just a little heads-up that I just landed R7RS support. Thanks to Göran > Weinholt for akku-scm (https://gitlab.com/akkuscm/akku-r7rs/) and > OKUMURA Yuki for yuni (https://github.com/okuoku/yuni), off of which > some of these files were based. (These projects are public domain / > CC0). > > The library syntax for R7RS is a subset of R6RS, so to use R7RS you just > (import (scheme base)) and off you go. As with R6RS also, there are > some small lexical incompatibilities regarding hex escapes; see "R7RS > Incompatibilities" in the manual. Also there is a --r7rs command-line > option. > > Cheers, > > Andy > >