Improve D's syntax to make it more python like

The Guest dontspammebro at blah.net
Fri Mar 21 14:52:13 PDT 2014


On Friday, 21 March 2014 at 20:52:54 UTC, bearophile wrote:
> The Guest:
>
>> It's already in progress:
>> https://github.com/pplantinga/delight
>> http://pplantinga.github.io/
>
> Some design decision are bad, like "less" for "<", or the 
> function definition syntax "function add(int a, b -> int):".
>
> Bye,
> bearophile

I agree with you. They should stick to PEP-3107 style "def add(a,
b: int) -> int:".


More information about the Digitalmars-d mailing list