consequences of removing semicolons in D like in Python

jmh530 via Digitalmars-d digitalmars-d at puremagic.com
Sat Sep 17 07:23:40 PDT 2016


On Saturday, 17 September 2016 at 02:21:54 UTC, Chris M. wrote:
> On Friday, 16 September 2016 at 23:01:32 UTC, eugene wrote:
>> On Friday, 16 September 2016 at 23:00:08 UTC, eugene wrote:
>>> Hello everyone,
>>> what if to remove semicolons at the end of each line of code 
>>> in D like in Python?
>>> Is it worth it?
>>
>> i.e. simply use a newline sign as a line separator
>
> Pointless and not worth breaking everyone's code over

What if the OP wrote a compiler that turned his version of D sans 
semicolons into proper D code?


More information about the Digitalmars-d mailing list