Welcome to the home of Loko Scheme, an optimizing Scheme compiler!

Loko is available from git:
git clone https://gitlab.com/weinholt/loko.git/
If GitLab is down then there is a mirror at https://scheme.fail/git/loko.git/.
loko-0.12.2.tar.gz (sig) - 2025-05-15
Loko Scheme is also available from these package repositories:
guix install loko-scheme
docker pull weinholt/loko
docker run --rm -it weinholt/loko
A bootable hard drive image is available. Give it a supported machine with ≥1GB RAM and you get a REPL.
Loko Scheme is licensed under the EUPL-1.2-or-later. This is a copyleft license with a SaaS clause, but which works well for a compiler.
The Loko Scheme Developer's Manual [PDF].
Loko Scheme is a niche compiler. It is not trying to replace any other compiler. Some ideas for what you can do with it:
Loko Scheme comes with some limited hardware support:
Loko Scheme works on real hardware, but it currently needs a legacy PIC, so the most modern machines will likely not be able to run it yet.
The drivers are used in the bootable disk image.
Please bring bug reports to the mailing list or Loko Scheme on GitLab (preferred). The mailing list is also a great place to discuss Loko Scheme as a user or developer.