How to throw and handle exceptions in R6RS Scheme
Posted
by Kyle Krull
on Stack Overflow
See other posts from Stack Overflow
or by Kyle Krull
Published on 2010-03-24T15:26:25Z
Indexed on
2010/03/25
7:33 UTC
Read the original article
Hit count: 361
What is the standard way to throw and catch exceptions in R6RS Scheme? I'm looking for syntax that works in any version of Scheme (not just PLT) that implements R6RS.
R6RS guard syntax looks like it might fit the bill, but can somebody show me an example of how to actually use it?
© Stack Overflow or respective owner