execute a scheme program code example
Example 1: execute a scheme program
// inside the scheme REPL, type:
(load "filename.scm")
Example 2: execute a scheme program
// in the terminal, type:
scheme < filename.scm
// inside the scheme REPL, type:
(load "filename.scm")
// in the terminal, type:
scheme < filename.scm