© Michał "phoe" Herda 2020
M. HerdaThe Common Lisp Condition Systemhttps://doi.org/10.1007/978-1-4842-6134-7_3

3. Implementing the Common Lisp condition system

Michał “phoe” Herda1 
(1)
Krakow, Poland
 

(I kind of wish I could title this chapter “A simple Common Lisp condition system“—unfortunately, the matters that we touch in this chapters are not as simple anymore as I had first envisioned.)

So far in this book, we have built the handler and restart subsystems of standard CL, constructing the basics of these from scratch. Equipped with this knowledge, we can now proceed into the ultimate chapters of this book, in which we describe an example implementation of a full, standard-compliant condition system for CL.

The condition system defined in this book ...

Get The Common Lisp Condition System: Beyond Exception Handling with Control Flow Mechanisms now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.