File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1- % REPL
1+ % SLIME
22%
33%
44
55One of Lisp's biggest contributions to the world of software
6- development is the idea of an interactive command line as part of your
7- programming environment, or, REPL. REPL stands for Read Evaluate Print
8- Loop, which will become clear as we work through this file.
6+ development is the idea of an interactive development environment.
7+ This was later taken up by other languages (Smalltalk et al) and continues
8+ to make inroads today.
99
10- In this article we'll assume that you've configured your Lisp
10+ In this tutorial we'll assume that you've configured your Lisp
1111environment correctly and now are trying to write Lisp code
1212(Congratulations)!
1313
14+
1415Let's say that you have your ` emacs ` and ` SLIME ` set up. Then, open a
1516file and load our SLIME - run ` M-x slime ` when the file is opened.
1617This will create a REPL buffer for you associated to the file.
You can’t perform that action at this time.
0 commit comments