John Barton (2013-12-12T19:56:57.000Z)
On Thu, Dec 12, 2013 at 11:53 AM, Mark S. Miller <erights at google.com> wrote:
>
> Keep in mind that infix ! is proposed <
> http://wiki.ecmascript.org/doku.php?id=strawman:concurrency> for use in
> ES7 to mean "do this operation eventually", e.g.,
>
>     p2 = p1 ! foo(a, b);
>

Please do not do this ;-)
jjb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20131212/63cf1fa9/attachment.html>
domenic at domenicdenicola.com (2013-12-24T23:46:15.091Z)
On Thu, Dec 12, 2013 at 11:53 AM, Mark S. Miller <erights at google.com> wrote:
>
> Keep in mind that infix ! is proposed http://wiki.ecmascript.org/doku.php?id=strawman:concurrency for use in
> ES7 to mean "do this operation eventually", e.g.,
>
>     p2 = p1 ! foo(a, b);
>

Please do not do this ;-)
forbes at lindesay.co.uk (2013-12-16T14:58:41.156Z)
On Thu, Dec 12, 2013 at 11:53 AM, Mark S. Miller <erights at google.com> wrote:
>
> Keep in mind that infix ! is proposed http://wiki.ecmascript.org/doku.php?id=strawman:concurrency for use in
> ES7 to mean "do this operation eventually", e.g.,
>
>     p2 = p1 ! foo(a, b);
>

Please do not do this ;-)
jjb