f = g; where it means f(g) is really ugly. I wouldn't like to see this.

Also:

void printSomeStuff()
{
  //...
}

We are going to see code like this:
printSomeStuff; // i think that's ugly.

I suggested make parentheses optional only for UFC syntax.
Also isn't it possible to allow @property for functions that belong in a class/struct only?

Reply via email to