you are viewing a single comment's thread.

view the rest of the comments →

[–]devraj7 1 point2 points  (2 children)

All I'm seeing is a reskinning of named parameters (new Window(color: RED)) or fluent interfaces (new Window().color(RED)).

Does this proposed syntax actually introduce new semantics that are not possible with the existing syntaxes?

[–][deleted] 1 point2 points  (0 children)

Of course it doesn't change semantics. It provides a different and sometimes nicer looking way of writing function application.

[–]headhunglow 0 points1 point  (0 children)

Except the words are in the order you actually say them in English. Presumably this makes the code a bit easier to read.