On Wed, Sep 30, 2015 at 1:16 AM, Sara Golemon <poll...@php.net> wrote:

> On Tue, Sep 29, 2015 at 3:00 PM, Dmitry Stogov <dmi...@zend.com> wrote:
> > I think, we don't need to reserve words, until we decide to implement
> this.
> > The context sensitive scanner introduced in 7.0 makes the problem less
> > serious.
> >
> > $ sapi/cli/php -r 'class foo { static function use() {echo "ok\n";}}
> > foo::use();'
> > ok
> >
> I actually do agree, I was just winding up Pierre over his "totally
> failed" assertion with a counter-example. :)
>
>
> > Is the semantic of async/await in Hack and Dart is the same?
> >
> If I knew what Dart's semantics were, I could tell you. :)
> I do know it's based on C#'s implementation (as are many other
> async/await implementations from what I'm told).
>

Could you please take a quick look, because I afraid, that identical syntax
in different languages implements quite different semantic (I would be glad
to be wrong).

https://www.dartlang.org/articles/event-loop/
https://www.dartlang.org/articles/await-async/
https://www.dartlang.org/articles/beyond-async/

Thanks. Dmitry,


>
> -Sara
>

Reply via email to