Learning Slime
<-Previous | ^UP^ | Next->
Slime is the Superior Lisp Interaction Mode for Emacs. If you've successfully installed Gendl or Genworks GDL according to the Installation section, you will be presented with a Slime REPL prompt where you can type Common Lisp and GendL commands. Although we don't teach all of Slime in this tutorial, we do provide examples of working at the REPL.
An excellent video overview of Slime can be found here. (you can skip the beginning about installation).
And you don't need to know much to get started. Here are a few tips to get started:
- If you get thrown into the debugger, type a to get out of it.
- At the REPL you can type M-p to bring back previous command from history.
- At the REPL you can type M-n to bring up the next command from history.