diff options
author | Pjotr Prins | 2021-12-22 15:35:15 +0100 |
---|---|---|
committer | Pjotr Prins | 2021-12-22 15:35:15 +0100 |
commit | d9da3ae0cd969da59954f5b631021be0a7da0300 (patch) | |
tree | db1b5258d80048e8444c08711e7f1b57aab1560a /topics/lisp/debugging.gmi | |
parent | 0c1bed80b61333ef120d7fab8fd8e0bf829b9cd5 (diff) | |
download | gn-gemtext-d9da3ae0cd969da59954f5b631021be0a7da0300.tar.gz |
debug CL
Diffstat (limited to 'topics/lisp/debugging.gmi')
-rw-r--r-- | topics/lisp/debugging.gmi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/topics/lisp/debugging.gmi b/topics/lisp/debugging.gmi new file mode 100644 index 0000000..acadcde --- /dev/null +++ b/topics/lisp/debugging.gmi @@ -0,0 +1,6 @@ +# Debugging Lisp + +Some links + +=> https://malisper.me/debugging-lisp-part-1-recompilation/ Debug Common Lisp (CL) +=> https://www.youtube.com/watch?v=bl8jQ2wRh6k Video on CL web development |