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

via Digitalmars-d digitalmars-d at puremagic.com
Sat Mar 14 23:21:04 PDT 2015


>> I'd also prefer to get rid of /+ +/ comments, I thought they'd 
>> be more useful than they are.
>
> I use them all the time, and cringe whenever I code in 
> something else because i don't have them. Once you have /* 
> comments */ in some piece of code, you can't comment blocks 
> without going through hoops. that is very annoying./+ comments 
> +/ are one of the simple thing that makes coding in D much more 
> pleasant.

I have opened a fascinated behavior of /+ +/ not so long, and it 
is really cool. If you want to rid them, then /* */ have to get 
this behavior. And it doesn't broke anything, because they pass 
for examle principle "C code works properly, when it compiles".



More information about the Digitalmars-d mailing list