-
Notifications
You must be signed in to change notification settings - Fork 9
Quick_Start
Jacob Smith edited this page Feb 6, 2019
·
2 revisions
This guide shows how to quickly create and run a scheme file using this plugin, all menu options are in top toolbar of eclipse
-
Setting up Scheme Plugin
- Installation: See Installation of readme to install the plugin, and restart eclipse
- Scheme perspective: Window→Perspective→Open Perspective→other → scheme to see scheme perspective
- Select Interpreter: Scheme→Select Interpreter→ SISC Interpreter
-
Create New Scheme Project
- Create New Project: File→New→Project
- Create New File: File→New→File, set name to be whatever.scm, you should see scheme code highlighting
-
Running Scheme Project
- Start Interpreter: Scheme→start interpreter
- Load File: enter (load "filePath") and hit inter in console window, for me it would be (load "C:\\Users\\jsmit\\Dropbox\\Eclipse Workspace\\test3\\test4.scm"), note how you need two slashes as escape characters
- Finished Now you can type commands in the console using the definitions you made!
Documentation Written by Jacob Smith [email protected]