Tango Conference 2008 - MiniD talk by by Jarrett Billingsley.

ore-sama spam at here.lot
Thu Oct 9 06:58:29 PDT 2008


Jarrett Billingsley Wrote:

> On Thu, Oct 9, 2008 at 6:48 AM, ore-sama <spam at here.lot> wrote:
> > bearophile Wrote:
> >
> >> This:
> >> global x, y, z = freep() // they are 1, 2, 3
> >
> > this also seems dangerous to me.
> > Some language has syntax
> > (x, y, z) = freep()
> >
> 
> How is it dangerous?  It has precisely one meaning.  It's a perfectly
> well-defined area of the language and does not incur any performance
> penalty.

It behaves surprisingly compared to others C family languages: C, C++, Java, C#, Javascript, which have uniform meaning for this syntax. I was surprised.


More information about the Digitalmars-d-announce mailing list