Skip to content

pingles/sicp-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 

Repository files navigation

SICP Examples

Let's see how far I get!

Emacs Shortcuts

    M-/ Fuzzy complete
    M-. Jump to definition

inferior-lisp: C-c C-e Evals expression with inferior lisp interpreter

SLIME/SWANK: C-x C-e Evals expression in SLIME. When used with def provides symbols in repl.

REPL: M-p Re-loads previously run command