5ffc061c8329

Define REPL
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 03 Sep 2018 21:28:06 +0000
parents 15d85e4bcf1d
children cb3ae608dff5
branches/tags (none)
files content/blog/2018/08/a-road-to-common-lisp.markdown

Changes

--- a/content/blog/2018/08/a-road-to-common-lisp.markdown	Mon Aug 27 22:24:20 2018 +0000
+++ b/content/blog/2018/08/a-road-to-common-lisp.markdown	Mon Sep 03 21:28:06 2018 +0000
@@ -367,9 +367,10 @@
 Don't worry about what this means yet, it's just a check that everything's
 working properly.
 
-Open an SBCL or CCL REPL and load the file by entering `(load "hello.lisp")`,
-then call the function and make sure it works.  It should look something like
-this if you picked SBCL:
+Open an SBCL or CCL REPL ([Read/Eval/Print
+Loop](https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop)) and
+load the file by entering `(load "hello.lisp")`, then call the function and make
+sure it works.  It should look something like this if you picked SBCL:
 
     $ sbcl
     * (load "hello.lisp")