On Thursday 27 July 2017 17:59:50 Graeme Geldenhuys wrote:
> On 2017-07-27 16:45, Martin Schreiber wrote:
> > Exception handling has been implemented in MSElang
>
> Are you planning on implementing try..finally..except block. A all in
> one syntax that saves you a ton of typing and indentation?
>
> eg:
>
>    try
>      // something here
>    finally
>      // clean-up code here
>    except
>      // in case an exception occurs
>    end;
>
Probably not because the above construct needs two "landingpads" and I think a 
programming language should represent the actual exception structure. MSElang 
uses the LLVM "zero cost" exception mechanism BTW.

Martin

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to