1
0
Fork 0

Compare commits

..

No commits in common. "0e4e8890c4af74db133c1ed381e4be9e6fc86dfb" and "9dab8abe9a200ab0aacc13d377133a20f432964c" have entirely different histories.

1 changed files with 1 additions and 7 deletions

View File

@ -23,12 +23,6 @@ STklos.
## Usage
### R6RS
Replace the .scm file with .sps file in the next section.
### R7RS
You need to install each Scheme implementation yourself.
The environment variable COMPILE\_R7RS must be set to the **name** of the
@ -47,7 +41,7 @@ To get the list of all supported implementations run:
compile-r7rs --list-schemes
Then run it with the .scm file for R7RS, or .sps file for R6RS.
Then run it with the .scm file for r7rs, or .sps file for r6rs.
COMPILE_R7RS=<implementation name> compile-r7rs -I . -o main main.scm