This patch will update lang/kawa to version 1.8. This version adds the following features: - 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). - The case-lambda form from SRFI-69 is now implemented more efficiently. Take over maintainership.
State Changed From-To: open->closed Committed, thanks!