On Wed, 2007-10-03 at 10:37 +0200, kirillkh wrote:
> That's interesting. Why didn't you use the version with the second
> exception? The whole point is that it allows to avoid variant
> allocations on the common code path. Do you have the same problem with
> polymorphism in exceptions in Felix? 

There's no problem of any kind with exceptions in Felix... 
Felix has no dynamic exception handling at all.

[It does have 'non-local goto', which is a delimited continuation]

The lack of undelimited EH is deliberate: it's a very bad
idea in any language.

-- 
John Skaller <skaller at users dot sf dot net>
Felix, successor to C++: http://felix.sf.net

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to