https://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours
stack build
stack exec scheme
Lisp>>> (load "stdlib.scm")
to use standard library
Can be used as a REPL or with a single filename to load and run.
https://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours
stack build
stack exec scheme
Lisp>>> (load "stdlib.scm")
to use standard libraryCan be used as a REPL or with a single filename to load and run.