diff options
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 |