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

weaselcat via Digitalmars-d digitalmars-d at puremagic.com
Sat Mar 14 15:47:09 PDT 2015


On Saturday, 14 March 2015 at 19:48:14 UTC, Walter Bright wrote:
> The point is, with a library abstraction the core language can 
> be simplified. D's ability to create user defined literals 
> largely ends the pressure to make more complicated and 
> specialized core language literals.


user defined literals can be quite ugly where sugar is 
expected(i.e, Tuples)


More information about the Digitalmars-d mailing list