newCTFE Status September 2019
Stefan Koch
uplink.coder at googlemail.com
Thu Sep 5 10:15:39 UTC 2019
On Thursday, 5 September 2019 at 09:32:38 UTC, Dennis wrote:
> On Thursday, 5 September 2019 at 07:33:21 UTC, Stefan Koch
> wrote:
>> Currently I am trying to model a thrown Exception with a
>> specially flagged return value, which will go up into the
>> catch-clause-stack instead, of being returned to the caller.
>
> This reminds me of an article I once found, you might be
> interested in it:
> https://nim-lang.org/araq/quirky_exceptions.html
Thank you very much for sharing that link.
Their approach is better than what I had originally since, that
way catch-blocks can be created after the Call. and there is no
need to build closures.
More information about the Digitalmars-d
mailing list