Go to file
retropikzel a7e50b7007 Add support for Capyscheme 2026-03-13 07:02:00 +02:00
.gitignore First version 2026-03-12 18:16:24 +02:00
Dockerfile.jenkins Kawa fixes 2026-03-12 19:41:21 +02:00
Dockerfile.test Add support for Capyscheme 2026-03-13 07:02:00 +02:00
Jenkinsfile Speed up tests 2026-03-12 19:50:47 +02:00
Makefile Add support for Capyscheme 2026-03-13 07:02:00 +02:00
README.md Update readme 2026-03-12 20:09:11 +02:00
compile-r7rs Add support for Capyscheme 2026-03-13 07:02:00 +02:00

README.md

Implementation of SRFI-138: Compiling Scheme programs to executables 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.