A rudimentary implementation of Scheme.
Compile the program using the go toolchain and make. This would create the scm binary inside the bin directory
$ makeAfter compiling, run a Scheme program by creating a file and running the interpreter with this file:
./bin/scm test.scm