Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 315 Bytes

Lisp.markdown

File metadata and controls

9 lines (7 loc) · 315 Bytes

SLIME

  • M-x slime ;; start SLIME
  • C-M-x ;; eval code under the cursor
  • C-c C-d h ;; launch hyperspec for character under the cursor
  • C-c C-c ;; compile code
  • C-c C-k ;; compile and load the current source file
  • M-n, M-p ;; cycle through command history in the REPL