diff options
author | jgart | 2021-12-28 19:59:55 -0500 |
---|---|---|
committer | jgart | 2021-12-28 19:59:55 -0500 |
commit | 9d327ac9084736d00440dedd347eacf9e5fba471 (patch) | |
tree | bf82a9d384648e1fb17b5fba675b7b873ba5600b /topics | |
parent | 2e88823e69b7e37ca04c2d03f565b3fd77300ecd (diff) | |
download | gn-gemtext-9d327ac9084736d00440dedd347eacf9e5fba471.tar.gz |
add quote from malisper article on debugging
Diffstat (limited to 'topics')
-rw-r--r-- | topics/lisp/debugging.gmi | 3 |
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) |