Re: Google Summer of Code 2011
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Google Summer of Code 2011
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2011年2月22日 10:38:53 -0300
> Hopefully not to start another controversial topic, but I'd be
> interested in scheme-like continuations as more general purpose
> solution for contiue in loops, which as further possibly could
> integrate coroutines into it to keep the language small.
It always strike me why gotos are considered evil and ugly,
but continuations, which are a completely unrestricted form
of computed/assigned gotos, are considered beautiful. Maybe
the problem with gotos is that they are too restrictive?
-- Roberto