diff options
author | Frederick Muriuki Muriithi | 2022-03-16 08:27:39 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-03-16 08:27:39 +0300 |
commit | a7b9dcbe3c30da701c4c47f570f3203c8ed66525 (patch) | |
tree | 4b2508e608a7daf7ec4b0fb26cd45edb59c6d991 /topics/lisp/define-condition.gmi | |
parent | e8e876fd49c8a52944baec0b9313659917ac9a97 (diff) | |
download | gn-gemtext-a7b9dcbe3c30da701c4c47f570f3203c8ed66525.tar.gz |
Tag and Prioritise more issues
Diffstat (limited to 'topics/lisp/define-condition.gmi')
-rw-r--r-- | topics/lisp/define-condition.gmi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/topics/lisp/define-condition.gmi b/topics/lisp/define-condition.gmi index 59d3f56..e6891d6 100644 --- a/topics/lisp/define-condition.gmi +++ b/topics/lisp/define-condition.gmi @@ -72,3 +72,9 @@ Why is condition handling special in common lisp compared to other languages? => https://lispcookbook.github.io/cl-cookbook/error_handling.html define-condition in the cl-cookbook => https://www.nhplace.com/kent/Papers/Condition-Handling-2001.html Condition Handling in the Lisp Language Family => https://gigamonkeys.com/book/beyond-exception-handling-conditions-and-restarts.html Conditions and Restarts + + +## Tags + +* type: documentation +* keywords: LISP, condition handling |