Next: slime-mrepl, Previous: Loading Contribs, Up: Contributed Packages [Contents][Index]
SLIME uses a custom Read-Eval-Print Loop (REPL, also known as a
“top level”, or listener). The REPL user-interface is written in
Emacs Lisp, which gives more Emacs-integration than the traditional
comint
-based Lisp interaction:
To load the REPL use (add-to-list 'slime-contribs 'slime-repl)
in your
.emacs
.
Select the output buffer, preferably in a different window.
Insert a call to the function defined around point into the REPL.
Inserts the last expression to the REPL and evaluates it there. Switches to the current package of the source buffer for the duration. If used with a prefix argument, doesn’t switch back afterwards.
• REPL commands | ||
• Input Navigation | ||
• Shortcuts |