[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: (not) handling new programming idioms with grace
- From: Sean Conner <sean@...>
- Date: Wed, 18 Jul 2018 16:04:41 -0400
It was thus said that the Great Viacheslav Usov once stated:
> On Wed, Jul 18, 2018 at 9:21 PM Tim Hill <drtimhill@gmail.com> wrote:
>
> > +1 to this. Handling resource management in C is pretty cumbersome if the
> > function calls any Lua function that might throw an exception (which is
> > most).
>
> Making life easier for C developers is a noble goal, but it should not be a
> constraint for the primary objective, viz., deterministic finalisation for
> Lua programs.
Yes, but the resources that require cleanup if leaving scope are typically
written in C ...
-spc
- References:
- Re: (not) handling new programming idioms with grace, Dibyendu Majumdar
- Re: (not) handling new programming idioms with grace, Roberto Ierusalimschy
- Re: (not) handling new programming idioms with grace, John Belmonte
- Re: (not) handling new programming idioms with grace, Viacheslav Usov
- Re: (not) handling new programming idioms with grace, John Belmonte
- Re: (not) handling new programming idioms with grace, Roberto Ierusalimschy
- Re: (not) handling new programming idioms with grace, Javier Guerra Giraldez
- Re: (not) handling new programming idioms with grace, Roberto Ierusalimschy
- Re: (not) handling new programming idioms with grace, Tim Hill
- Re: (not) handling new programming idioms with grace, Viacheslav Usov