Re: ANN: withrestart 0.2.1

2009-12-18 Thread Neal Becker
I haven't tried it, but it sounds really cool. I suppose I should expect a lot more overhead compared to try/except, since it's not built-in to python? -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: withrestart 0.2.1

2009-12-18 Thread Ryan Kelly
On Fri, 2009-12-18 at 07:12 -0500, Neal Becker wrote: I haven't tried it, but it sounds really cool. I suppose I should expect a lot more overhead compared to try/except, since it's not built-in to python? It's a pretty thin layer on top of try/except so I'll be surprised if there is *too*

ANN: withrestart 0.2.1

2009-12-17 Thread Ryan Kelly
Hi All, Apologies if you receive multiple copies of this, my python-announce posts don't seem to be making it through. I've just released a new python module called withrestart. It's an attempted Pythonisation of the restart-based condition system of Common Lisp. Details are on PyPI: