Common Lisp: A Tutorial on Conditions and Restarts Table of Contents Introduction Valiating the headers Signaling validation errors Parsing the CSV The Validator (sans the restarts) Putting restarts in place Starting all over again Handling restarts Conclusion Notes Introduction Common Lisp's condition system, with its exceptions and restarts, is one of its unique features. Unfortunately, there ar