[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: continuations (was Re: error() or nil, 'error msg')
- From: Tim Hill <drtimhill@...>
- Date: Fri, 26 Sep 2014 21:00:04 -0700
On Sep 26, 2014, at 8:51 PM, Roberto Ierusalimschy <roberto@inf.puc-rio.br> wrote:
>>>> Yes, yield is a specific case, just as exceptions are a specific case
>>>> and setjmp/longjmp is a specific case. We'd have to go to something
>>>> like Scheme to get generalized continuations.
>>>
>>> Or to Lua with gotos to outside a function ;-)
>>
>>
>> is that a hint of things to come?
>
> Quite the opposite. It is a hint of how difficult (or how far fetched)
> it is to remove that limitation.
>
> -- Roberto
>
Sighs in relief :)
—Tim
- References:
- error() or nil, 'error msg', Andrew Starks
- Re: error() or nil, 'error msg', Tom N Harris
- Re: error() or nil, 'error msg', Sean Conner
- continuations (was Re: error() or nil, 'error msg'), Tom N Harris
- Re: continuations (was Re: error() or nil, 'error msg'), Sean Conner
- Re: continuations (was Re: error() or nil, 'error msg'), Coda Highland
- Re: continuations (was Re: error() or nil, 'error msg'), Javier Guerra Giraldez
- Re: continuations (was Re: error() or nil, 'error msg'), Coda Highland
- Re: continuations (was Re: error() or nil, 'error msg'), Roberto Ierusalimschy
- Re: continuations (was Re: error() or nil, 'error msg'), Javier Guerra Giraldez
- Re: continuations (was Re: error() or nil, 'error msg'), Roberto Ierusalimschy