execute a scheme program

C++
// in the terminal, type:
scheme < filename.scm// inside the scheme REPL, type:
(load "filename.scm")
Source

Also in C++: