DIP32: Uniform tuple syntax

angel andrey.gelman at gmail.com
Fri Mar 29 13:15:42 PDT 2013


Another reason to allow swapping values ( {a, b} = {b, a} ) is 
nice parallel semantics that might provide cool features on some 
future (or niche) parallel hardware.
Think of
{a, b} = {funcA(), funcB()};
Parallel semantics is able to evolve to parallel execution, which 
is one cool feature.
In Go language it is so.


More information about the Digitalmars-d mailing list