D vs Go in real life

eles eles at eles.com
Wed Dec 4 02:33:01 PST 2013


On Sunday, 1 December 2013 at 06:43:13 UTC, Walter Bright wrote:
> On 11/30/2013 1:19 PM, Chris Cain wrote:
>> C, however, is a horrific mess.
>
> The trick to reading C declarations is the form matches exactly 
> how it is used in an expression. For example, a function

They acknowledge that here:

http://blog.golang.org/gos-declaration-syntax

but they give a nice convoluted counter-example; read this:

int (*(*fp)(int (*)(int, int), int))(int, int)


More information about the Digitalmars-d mailing list