Gamma Scheme is R7RS with delimited continuations.
Go to file
Peter McGoron 992bbec042 fix evaluation of bound variable continuations 2024-12-31 18:58:20 -05:00
README.md start cps translator 2024-12-31 13:00:56 -05:00
cps.scm fix evaluation of bound variable continuations 2024-12-31 18:58:20 -05:00
gamma-scheme.cps.sld start eval 2024-12-31 18:41:48 -05:00
test.scm fix evaluation of bound variable continuations 2024-12-31 18:58:20 -05:00

README.md

Gamma Scheme

γ-Scheme is an implementation of R7RS with delimited continuations. The current focus is to make it run in a host Scheme interpreter, which can run procedural macros and syntax-case.

It is called "gamma" because metacontinuations in Dyvbig, Peyton Jones, and Sabry are labled γ.