A Scheme interpreter.
stack install happy alex
stack build
stack exec fscm
Optionally, you could copy the generated executable fscm to ~/.local/bin
(Unix-like operating systems) or ~/AppData\Roaming\local\bin
(Windows):
stack install
- Number tower
- Macro
- Data structure e.g. vector, map
- Native code generation
- ...
Pull Requests Welcome!