-
Notifications
You must be signed in to change notification settings - Fork 4
Build Instructions
bendmorris edited this page Feb 11, 2011
·
7 revisions
Download and run the Windows installer. You can then run Scotch.exe in the installation directory, from the start menu, or by typing "scotch" in the command prompt.
After installing the .deb package, run Scotch with the command "scotch" from the terminal.
There is no standard Mac distribution yet; follow the instructions under Installing from Source.
The interpreter is currently implemented in Haskell. To build, run the "build" script, which will generate the scotch executable in the same directory.
The executable should be in the same directory as the scotch.lib directory (which contains
the standard library); (executable path)/scotch.lib is the first path checked when importing
modules.