mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-09-25 13:58:59 +02:00
Merge pull request #3695 from alexmeinhold/patch-1
[common-lisp/en] Update common-lisp.html.markdown
This commit is contained in:
@@ -69,7 +69,7 @@ t ; another atom, denoting true
|
|||||||
;;; is a good starting point. Third party libraries can be easily installed with
|
;;; is a good starting point. Third party libraries can be easily installed with
|
||||||
;;; Quicklisp
|
;;; 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
|
;;; Loop (REPL) running at the same time. The REPL allows for interactive
|
||||||
;;; exploration of the program while it is running "live".
|
;;; exploration of the program while it is running "live".
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user