This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

SRFI-34 (exception handling) and SRFI-35 (conditions) implemented


New SRFIs in CVS:

SRFI-34 (Exception Handling for Programs), which implements with-exception-handler, guard, and raise, is now available, if you (require 'srfi-34).
Also, SRFI-35 (Conditions) is available, if you (require 'srfi-35),
or (require 'condition) or (require 'conditions).


(I implemented them because I want to finish srfi-64, and one
thing I need to handle is test-error, for expressions that are
*meant* to fail.)
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]