diff options
author | Alexander Meinhold <35108195+alexmeinhold@users.noreply.github.com> | 2019-10-11 22:07:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-11 22:07:05 +0200 |
commit | ceaa8824b1a7ab141e317013a8a1643dd9b02684 (patch) | |
tree | dbac4488d563e71867f362993af01fe25a96b440 | |
parent | f0eb830ebded612e53eef019776d6573fbc42ab0 (diff) |
Update common-lisp.html.markdown
Real -> Read
-rw-r--r-- | common-lisp.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common-lisp.html.markdown b/common-lisp.html.markdown index b12e50ca..1f2bb366 100644 --- a/common-lisp.html.markdown +++ b/common-lisp.html.markdown @@ -69,7 +69,7 @@ t ; another atom, denoting true ;;; is a good starting point. Third party libraries can be easily installed with ;;; Quicklisp -;;; CL is usually developed with a text editor and a Real Eval Print +;;; CL is usually developed with a text editor and a Read Eval Print ;;; Loop (REPL) running at the same time. The REPL allows for interactive ;;; exploration of the program while it is running "live". |