On 2014-06-05 11:04, Russel Winder via Digitalmars-d wrote:

This is very much the Java model: exceptions are for exceptional events
that can be handled or not.

In Python of course exceptions are just control flow.

Ruby has both "raise", for exceptions, and "throw", for control flow. But I suspect they're both implemented exactly the same.

--
/Jacob Carlborg

Reply via email to