The Common Lisp Condition System, Appendix E: Discussing the Common Lisp condition system

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Online-only appendix for The Common Lisp Condition System, copied from https://github.com/Apress/common-lisp-condition-system

Author(s): Michał "phoe" Herda
Edition: 1
Publisher: Apress
Year: 2020

Language: English
City: New York
Tags: Lisp; Condition System

Appendix E
Discussing the Common Lisp condition system
Foreword
Chapter 4: Continued
Section 4.6: Continued
4.6.5 Debugger-oriented programming
4.6.6 Reading Common Lisp code: Eclector
4.6.7 Preserving errors, fresh: debuggers and networked debuggers
4.6.8 Preserving errors, pickled: saving Lisp images
4.6.9 Preserving errors, distilled: automatically creating unit tests
4.7 Condition system as a design choice
4.8 Internal debugger as a design choice
4.9 Debugging and encapsulation
4.10 Debugging and introspection
4.11 Unknown unknowns: Control flow is not exception handling
4.12 Debugging with alien technology
4.13 Acknowledgment