Skip to content

Commit 4d062dc

Browse files
author
Paul Nathan
committed
Fix up the SLIME info a bit.
1 parent b6bafa1 commit 4d062dc

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

env~slime.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
% REPL
1+
% SLIME
22
%
33
%
44

55
One 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
1111
environment correctly and now are trying to write Lisp code
1212
(Congratulations)!
1313

14+
1415
Let's say that you have your `emacs` and `SLIME` set up. Then, open a
1516
file and load our SLIME - run `M-x slime` when the file is opened.
1617
This will create a REPL buffer for you associated to the file.

0 commit comments

Comments
 (0)