Shaka Scheme is currently a partially-compliant R7RS Scheme implementation written in classic object-oriented programming (OOP), modern C++ (meaning, C++11 and possibly up).
Its development is fueled by a small team of student developers at University of Hawai'i at Manoa.
The goal for Shaka Scheme is to create a clean implementation of R7RS-small Scheme using modern C++ and OOP design idioms and feature while keeping it readable for novice/intermediate C++ programmers.
However, we also strive to create a stand-alone distribution of Scheme that is relatively light and portable. Therefore, our design choices tend away from using larger libraries such as Boost within our implementation.
We develop Shaka Scheme across the following compilers:
syntax-rules
macros and call/cc
.Context
C++ FFI object to allow the embedding
of Shaka Scheme itself into C++ programs.