|
|
|
|
SUGGESTED STEPS FOR GETTING SCHEME
-
Follow the link
MIT Scheme 7.4 Downloads
-
Choose an appropriate operating system.
Mr. Rao chose Microsoft Windows
main binaries;
you might choose Linux
main binaries.
The remaining instructions are for the Windows install.
The instructor or the GTA can help with the Linux install
during office hours.
-
Save it to the temporary folder (C:\Temp).
-
Unzip win32bin.zip in the temporary folder (C:\Temp).
-
Open Readme.txt, follow the procedure under the section: Windows
Installation Procedure.
You may skip
Optional system configuration.
-
Download bmi.scm.
-
Launch the program SCHEME.EXE in the bin folder.
-
At the scheme prompt, type in '(load "bmi")'
--- without the single quotes.
Please include bmi in double quotes.
-
If you receive the output:
; Loading "bmi.scm" - done
;Value: main
then the installtion is successful.
-
Send email to heath@cs.vt.edu
if you find errors in this procedure
or if you have serious difficulty installing Scheme by this
procedure.
You may prefer to see the instructor or the GTA during office hours.
USEFUL LINKS FOR SCHEME
THESE SAMPLE PROGRAMS ARE PROVIDED FOR YOUR CONVENIENCE
IN TESTING YOUR INSTALLATION OF SCHEME
|