SRFI 23: Error reporting mechanism

by Stephan Houben

status: final (2001-06-22)

keywords: Control Flow, Error Handling

library name: error

Abstract

A mechanism is proposed to allow Scheme code to report errors and abort execution. The proposed mechanism is already implemented in several Scheme systems and can be implemented, albeit imperfectly, in any R5RS conforming Scheme.