summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjgart2021-12-28 19:59:55 -0500
committerjgart2021-12-28 19:59:55 -0500
commit9d327ac9084736d00440dedd347eacf9e5fba471 (patch)
treebf82a9d384648e1fb17b5fba675b7b873ba5600b
parent2e88823e69b7e37ca04c2d03f565b3fd77300ecd (diff)
downloadgn-gemtext-9d327ac9084736d00440dedd347eacf9e5fba471.tar.gz
add quote from malisper article on debugging
-rw-r--r--topics/lisp/debugging.gmi3
1 files changed, 3 insertions, 0 deletions
diff --git a/topics/lisp/debugging.gmi b/topics/lisp/debugging.gmi
index acadcde..a3565c6 100644
--- a/topics/lisp/debugging.gmi
+++ b/topics/lisp/debugging.gmi
@@ -1,5 +1,8 @@
# Debugging Lisp
+> The ability to recompile code at runtime is just one of the many
+> incredible features provided by Common Lisp
+
Some links
=> https://malisper.me/debugging-lisp-part-1-recompilation/ Debug Common Lisp (CL)