There are 7 repositories under scheme-interpreter topic.
An R7RS Scheme implemented in WebAssembly
Embeddable lisp/scheme interpreter written in C.
Cheap and fast R7RS Scheme interpreter
SIOF (Scheme In One File) is a minimal interpreter for R7RS Scheme
Incremental Compiler paper by Abdulaziz Ghuloum, using Chez scheme, Nasm, x86_64 for OSX
#F (Sharp-F or False) is a portable compiler/runtime for a minimalistic subset of the Scheme programming language. Compatibility with R5RS/R7RS Scheme programs is provided in a form of libraries written in #F itself.
The official repository for the UH Manoa Transpiler Project's Scheme interpreter, Shaka Scheme.
Tiny scheme implementation written in c++17
A correct Scheme interpreter derived from the R5RS spec's formal semantics, written in Haskell.
Genyris presents a new programming paradigm. Objects can belong to multiple classes independent from construction allowing data to be classified into types after creation.
Experiments on the self-hosting c4 compiler, with the goal to implement a nicer Lisp-style virtual machine
ABAP Scheme
scheme解释器 / scheme interpreter
A toy Scheme interpreter and compiler to JavaScript, based on the lis.py Scheme interpreter by Peter Norvig
🔬 ⚕️ HelMS - Haskellish Esoteric Little Macro Schemer for Esoteric Languages implemented in Haskell
A lisp-like programming language running on JVM.
Interpreter for my own LISP/Scheme like programming language built from the ground up!!
S4IOF (Scheme 4 In One File) is a minimal interpreter for R4RS Scheme
Learning to make a Scheme interpreter in C