Predicament: An implementation of the Common Lisp condition system

Description

This library provides an implementation of the Common Lisp condition system. It was derived from the code written by MichaƂ "phoe" Herda as part of his book "The Common Lisp Condition System". We improved it so that it can now be used intrinsically in addition to extrinsically.

Each condition type and each accessor has an extensive documentation string associated with it.

Requirements

This library does not depend on any other system, but it represents restarts as instances of standard classes and it defines many generic functions, so CLOS is required.

Maintainers

Currently maintained by Robert Strandh.

Possible improvements


robert.strandh@gmail.com