On 12.10.2011 11:57, Nick Sabalausky wrote:
"Gor Gyolchanyan"<[email protected]> wrote in message
news:[email protected]...
spawn(5, 4, 65)(int x, int y, int z)
{
/*...*/
};
IMO, this looks WAY more beautiful, then what we have now.
I don't see any reason why this would break existing code.
I know, I know this is hard to implement and we got better things to do.
I'm just saying. This would look good.
That's actually a pretty common feature request for D.
I don't find this very ugly:
spawn(5,4,65)( (int x, int y, int z)
{
/*...*/
});
I would much rather push uniformed function call syntax (correct
definition?) forward.