[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: continuations (was Re: error() or nil, 'error msg')
- From: Andrew Starks <andrew.starks@...>
- Date: Wed, 24 Sep 2014 22:07:29 -0500
On Wednesday, September 24, 2014, 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 ;-)
-- Roberto
Does this mean that we're going to loose coroutines? :)
-Andrew
- 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