Setup
On Linux
Note: Tested on Ubuntu thus far
Dependencies
VS Code
ChezScheme
EOPL package Link to be added
Installing VS Code
Follow the installation guide here
Installing Scheme
Open a terminal (You can typically use the short cut CTRL-ALT-T)
Type apt-install chezscheme
When the installation is finished, type
schemeinto the terminal. You should see the scheme version print out follow by a prompt
On Windows
Installing VS Code
Follow the installation guide here
Installing WSL
Follow the installation guide here
Once you have WSL successfully up and running, follow the scheme installation tips for linux