A few notes on choosing between Go and D for a quick project

Jonathan M Davis via Digitalmars-d digitalmars-d at puremagic.com
Sun Mar 15 01:35:37 PDT 2015


On Saturday, March 14, 2015 21:31:46 Walter Bright via Digitalmars-d wrote:
> I'd also prefer to get rid of /+ +/ comments, I thought they'd be more useful
> than they are.

Really? I love those. They're _way_ better than /* */. The fact that /* */
don't nest is _very_ annoying, and I think that /+ +/ is a big improvement.
If anything, I wouldn't mind it if /* */ were removed from the language.
They're just plain inferior to /+ +/. The only advantage of /* */ is that
they exist in other languages.

- Jonathan M Davis



More information about the Digitalmars-d mailing list