thin-provisioning-tools/functional-tests/srfi
Joe Thornber 3e5de399a7 [functional tests] Remove dependency on the ThunderChez library.
I've just moved the relevant code into the functional-tests dir.
2020-04-30 12:07:42 +01:00
..
private [functional tests] Remove dependency on the ThunderChez library. 2020-04-30 12:07:42 +01:00
s0 [functional tests] Remove dependency on the ThunderChez library. 2020-04-30 12:07:42 +01:00
s1 [functional tests] Remove dependency on the ThunderChez library. 2020-04-30 12:07:42 +01:00
s6 [functional tests] Remove dependency on the ThunderChez library. 2020-04-30 12:07:42 +01:00
s8 [functional tests] Remove dependency on the ThunderChez library. 2020-04-30 12:07:42 +01:00
s9 [functional tests] Remove dependency on the ThunderChez library. 2020-04-30 12:07:42 +01:00
s13 [functional tests] Remove dependency on the ThunderChez library. 2020-04-30 12:07:42 +01:00
s14 [functional tests] Remove dependency on the ThunderChez library. 2020-04-30 12:07:42 +01:00
s19 [functional tests] Remove dependency on the ThunderChez library. 2020-04-30 12:07:42 +01:00
s23 [functional tests] Remove dependency on the ThunderChez library. 2020-04-30 12:07:42 +01:00
s27 [functional tests] Remove dependency on the ThunderChez library. 2020-04-30 12:07:42 +01:00
s64 [functional tests] Remove dependency on the ThunderChez library. 2020-04-30 12:07:42 +01:00
LICENSE [functional tests] Remove dependency on the ThunderChez library. 2020-04-30 12:07:42 +01:00
README [functional tests] Remove dependency on the ThunderChez library. 2020-04-30 12:07:42 +01:00

README

There is an existing R6RS srfi project at:

https://code.launchpad.net/~scheme-libraries-team/scheme-libraries/srfi

In that project, the library names use the colon character. E.g.:

    (srfi :1 lists)

Filenames with a colon are not portable across UNIX and Windows. Some
Scheme implementations support an encoding whereby ':1' is
mapped to '%3a1'. Chez Scheme does not perform the conversion.

The surfage libraries are a port of the R6RS srfi libraries to have
names such as:

    (surfage s1 lists)