Skip to content

ypyf/fscm

Repository files navigation

fscm

A Scheme interpreter.

Build

stack install happy alex
stack build

Run

stack exec fscm

Install

Optionally, you could copy the generated executable fscm to ~/.local/bin (Unix-like operating systems) or ~/AppData\Roaming\local\bin (Windows):

stack install

TODO

  • Number tower
  • Macro
  • Data structure e.g. vector, map
  • Native code generation
  • ...

Contributing

Pull Requests Welcome!