Re: new thought experiment: what would you add to Lua ?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: new thought experiment: what would you add to Lua ?
- From: Sean Conner <sean@...>
- Date: 2018年9月16日 18:08:44 -0400
It was thus said that the Great Sean Conner once stated:
>
> [2] Personally, I don't think exceptions should exist as a concept in
^NOT
> user code at all. If a program reeives a seg fault (a perfect
> example of an exception) then the program is borked---is is trying
> to reference memory that is not mapped into its memory space and
> trying to recover might not be the best approach (or even possible,
> depending upon where it happened).
Oops.
-spc