ooc-dev team mailing list archive
-
ooc-dev team
-
Mailing list archive
-
Message #00124
Re: New ORC - Keyword arguments
Intresting proposal.
is = allowed in expressions currently like it is in c ?
then there is a risk that:
f(a=x) != f((a=x))
To avoid this in other c-likes ":" is often used, however that might be
confusing due to ooc's definition syntax. (is a definition a valid
expression ?)
On Mon, May 10, 2010 at 11:15 AM, Amos Wenger <amoswenger@xxxxxxxxx> wrote:
> Hi everyone, just relaying an ORC from wandernauta on IRC:
>
> http://gist.github.com/395852
>
> Any comments?
>
> Amos Wenger (nddrylliog)
>
> _______________________________________________
> Mailing list: https://launchpad.net/~ooc-dev
> Post to : ooc-dev@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~ooc-dev
> More help : https://help.launchpad.net/ListHelp
>
>
Follow ups
References