Jump to ratings and reviews
Rate this book

The Common Lisp Condition System: Beyond Exception Handling with Control Flow Mechanisms

Rate this book
Discover the functioning and example uses of the Common Lisp condition system. This book supplements already existing material for studying Common Lisp as a language by providing detailed information about the Lisp condition system and its control flow mechanisms; it also describes an example ANSI-conformant implementation of the condition system.

In part 1 of The Common Lisp Condition System , the author introduces the condition system using a bottom-up approach, constructing it piece by piece. He uses a storytelling approach to convey the foundation of the condition system, dynamically providing code to alter the behavior of an existing program. Later, in part 2, you’ll implement a full and complete ANSI-conformant condition system while examining and testing each piece of code that you write.

Throughout, the author demonstrates how to extend Lisp using Lisp itself by using the condition system as an example. This is done while paying proper attention to the CL restart subsystem, giving it attention on a par with the handler subsystem. After reading and using this book, you'll have learned about the inner functioning of the condition system, how to use it in your own Common Lisp coding and applications, and how to implement it from scratch, should such a need arise.
What You Will Learn
Who This Book Is For Beginning and intermediate Lisp programmers, as well as intermediate programmers of other programming languages.

320 pages, Paperback

Published October 16, 2020

2 people are currently reading
14 people want to read

About the author

Michal "phoe" Herda

1 book1 follower

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
2 (22%)
4 stars
4 (44%)
3 stars
3 (33%)
2 stars
0 (0%)
1 star
0 (0%)
Displaying 1 of 1 review
Profile Image for Tim McGilchrist.
23 reviews2 followers
May 5, 2024
I found the book hard going. The subject matter was interesting but I felt like it got stuck in Chapter 2.
Then by the time I finished that chapter I had lost interest. The book could have used more discussion of the condition system in practice, which received a short 2 pages at the end of the book.

Going in I was hoping to get a good introduction to the unique features of the condition system and how to apply it in building a CommonLisp system. Instead I got a book about implementing a condition system in CommonLisp and less about how to apply it in practice.
Displaying 1 of 1 review

Can't find what you're looking for?

Get help and learn more about the design.