Scheme - Command Line
Hello world from the command line in Scheme is fairly simple. I use the MzScheme variant (http://www.plt-scheme.org/software/mzscheme/). Install the Scheme interpreter and run "
mzscheme -r helloworld.scm
".
Scheme Source File