For the coursework, you are also free to run and use a Lisp on your own PC.
You workflow might be
There are many text editors available, e.g., vi, pico, emacs. Save your code as filename.lsp
You can run Lisp by
~masrjb/bin/clisp
or whatever Lisp you prefer.
Then
(load "filenname.lsp")
to load your code into the Lisp.
You may need to say "Yes" to "KiTTY Security Alert" (it's not a security alert!). Use your normal BUCS username and password.
Type
cd dos
at the prompt to get to your Windows directory on lcpu
Use your favourite text editor, e.g., notepad, from Windows. Save your code as as filename.lsp (make sure notepad doesn't actually save it as filename.lsp.txt)
You can run lisp by typing
~masrjb/bin/clisp
or whatever Lisp you prefer at the prompt in the lcpu window
Then
(load "filename.lsp")
to load your code into the Lisp.
See also basic unix commands from BUCS.
The advanced user might like to compile and use a Lisp directly on Windows