Answers for "execute a scheme program"

0

execute a scheme program

// in the terminal, type:
scheme < filename.scm
Posted by: Guest on November-18-2020
0

execute a scheme program

// inside the scheme REPL, type:
(load "filename.scm")
Posted by: Guest on November-18-2020

Code answers related to "execute a scheme program"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language