POV-Ray : Newsgroups : povray.off-topic : Interesting control flow : Interesting control flow Server Time
3 Sep 2024 21:17:41 EDT (-0400)
  Interesting control flow  
From: Darren New
Date: 5 Aug 2010 01:08:54
Message: <4c5a4766@news.povray.org>
http://blog.golang.org/2010/08/defer-panic-and-recover.html

How Go does exceptions and dispose/destructor/whatever stuff.

I am not sure I like it. :-)  Seems like there's a fair number of drawbacks, 
except with the benefit of the stuff being statements and functions rather 
than control flow, meaning you can probably construct more general-purpose 
stuff from it. (Altho not quite powerful enough to do that properly.)

-- 
Darren New, San Diego CA, USA (PST)
    C# - a language whose greatest drawback
    is that its best implementation comes
    from a company that doesn't hate Microsoft.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.