-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
It seems that different Scheme implementation works differently in terms of loading R7RS. If we have R7RS code that doesn't work the same out of the box we should list all major implementations and show how to use the code.
An example is bytevector? in Chicken Scheme discussed in #46 also guile use some other code to use R7RS otherwise some of the code may don't work.
I would add a table (markdown support tables, at least on GitHub) with a matrix:
| Scheme | file | REPL |
|---|---|---|
| Chiken | ... | ... |
| Guile | ... | ... |
| Kawa | ... | ... |
Metadata
Metadata
Assignees
Labels
No labels