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

  1. Open a terminal (You can typically use the short cut CTRL-ALT-T)

  2. Type apt-install chezscheme

  3. When the installation is finished, type scheme into 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

New heading