Starting MCL on the OIT machines is a pain because it is buried inside of N folders. If you place an init.lisp file on your gtXXXXX volume at the top level you'll be able to start MCL by double clicking on it. Once MCL is open evaluate this buffer. As a side effect this file will also "turn on" various options to make debugging easier. Alternatively you could make this file configure MCL the way you like it ( e.g. turn off compilation) . The minitutorials assume you have evaled this file.
The following are some adaptations/excerpts from the MCL manual.
( You should know what a
keyword arguments are to fully understand what is going on.
[A]
These are definately mini tutorials.)