Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more! Learn more →
Top 4 Scheme Compiler Projects
-
cyclone
:cyclone: A brand-new compiler that allows practical application development using R7RS Scheme. We provide modern features and a stable system capable of generating fast native binaries.
Project mention: A Performance Comparison of Modern Garbage Collectors (2021) [pdf] | news.ycombinator.com | 2024-10-30There's Cyclone Scheme, though I don't know how good its GC is in practice: https://justinethier.github.io/cyclone/
Also I would expect a programming language used by enterprise to do fewer experiments with the GC than a language worked on in academia.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
swift-lispkit
Interpreter framework for Lisp-based extension and scripting languages on macOS and iOS. LispKit is based on the R7RS standard for Scheme. Its compiler generates bytecode for a virtual machine. LispKit is fully implemented in Swift 5.
-
-
ol
Otus Lisp (Ol) is a purely functional multi-platform Scheme dialect with built-in FFI and infix math.
Interesting; it's an opinionated implementation of R7RS. Lost of deviations is here:
https://github.com/yuriy-chumak/ol/blob/master/doc/R7RS-DIFF...
Scheme Compiler discussion
Scheme Compiler related posts
-
Otus Lisp
-
A Performance Comparison of Modern Garbage Collectors (2021) [pdf]
-
Quote-Unquote "Macros"
-
How Big Should a Programming Language Be?
-
Best implementation for standalone + browser executable?
-
How to Detect a Cycle in a Linked List
-
Which Scheme for compiling C to use in WASM?
-
A note from our sponsor - Sevalla
sevalla.com | 1 Sep 2025
Index
What are some of the best open-source Compiler projects in Scheme? This list will help you:
# | Project | Stars |
---|---|---|
1 | cyclone | 853 |
2 | swift-lispkit | 413 |
3 | IronScheme | 392 |
4 | ol | 263 |