Stories
Slash Boxes
Comments

All the Perl that's Practical to Extract and Report

use Perl Log In

Log In

[ Create a new account ]

Journal of jjore (6662)

Sunday July 22, 2007
04:58 AM

Restartable exceptions?

[ #33857 ]

Sometime in the last few weeks I think I read somewhere in perl-lands that someone had figured out restartable exceptions. I can't remember where I saw it.

Help?

The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More | Login | Reply
Loading... please wait.
    • That's it exactly. I recall searching for it on your blog but didn't find it. Oh well.

      BTW, in languages with continuations, is packaging a start to a work unit into an exception a pattern for dealing with soft-failure? It assumes re-evaluating the things from the continuation point is ok but it might allow a "try it again" idea without having to be fully informed about what "it" is.

      Have fun at OSCON.