Skip to content

Instantly share code, notes, and snippets.

@moijes12
Last active October 2, 2017 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moijes12/b8a5899a63a09ddc4f794856f177fda5 to your computer and use it in GitHub Desktop.
Save moijes12/b8a5899a63a09ddc4f794856f177fda5 to your computer and use it in GitHub Desktop.
Command to loading a scheme file in the interpreter
Command to loading a scheme file in the interpreter -> (load "filename.scm")
The result will be something as below
1 ]=> (load "pascals.scm")
;Loading "pascals.scm"... done
;Value: pascals
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment