38 lines
512 B
Markdown
38 lines
512 B
Markdown
Implementation of
|
|
[SRFI-138: Compiling Scheme programs to executables](https://srfi.schemers.org/srfi-138/srfi-138.html)
|
|
made with POSIX Shell.
|
|
|
|
|
|
## Usage
|
|
|
|
COMPILE_R7RS=${SCHEME} compile-r7rs -o main -I libs -A other_libs main.scm
|
|
./main
|
|
|
|
|
|
## Implementations
|
|
- capyscheme
|
|
- chezscheme
|
|
- chibi
|
|
- chicken
|
|
- cyclone
|
|
- foment
|
|
- gauche
|
|
- guile
|
|
- ikarus
|
|
- ironscheme
|
|
- kawa
|
|
- larceny
|
|
- loko
|
|
- meevax
|
|
- mosh
|
|
- mit-scheme
|
|
- racket
|
|
- sagittarius
|
|
- skint
|
|
- stklos
|
|
- tr7
|
|
- ypsilon
|
|
|
|
## Misc
|
|
- No support for -D yet.
|