Please download the following executable and follow the directions given below.
This version includes a subset of Cygwin, which emulates a UNIX environment
and uses XWindows to enable an STk buffer within emacs.
These are steps you only need to do once, to install UCB Scheme.
New UCB STk Distribution available July 2010.
/usr/local/bin/setup-stk explorin (If you want the explorin setup) or /usr/local/bin/setup-stk simply (If you want the simply setup) |
To start UCB Scheme within emacs:
(setq scheme-program-name "stk-simply") (setq scheme-program-name "stk-explorin")You can change that by repeating step 5 above, or by editting the .emacs file directly.
These are STk versions that are used by CS classes:
stk-explorin | For CS3S. Loads all UCB Scheme procedures and explorin.scm takes precedence. | |
stk-simply | For CS3 and CS61A. Loads all UCB Scheme procedures and simply.scm takes precedence. | |
stk-grfx |
For CS9D and CS47B.
Loads UCB Scheme turtle graphics procedures.
|
|
stk | For CS9D and CS47B. Loads no UCB Scheme procedures. This version is currently not created on Windows for use with emacs, but each of the versions above include all of the commands that are used. | |
stkdb |
This is Prof Hilfinger's STk debugger.
|