What's C's biggest mistake?
Nick Sabalausky
SeeWebsiteToContactMe at semitwist.com
Thu Nov 8 19:47:10 PST 2012
On Thu, 08 Nov 2012 21:04:06 +0100
"Kagamin" <spam at here.lot> wrote:
> Well, in the same vein one could argue that write(a,b) looks as
> if first function is called then arguments are computed and
> passed so the call should be written (a,b)write instead. The
> language has not only syntax, but also semantics.
Actually, that's one of the reasons I prefer UFCS function chaining
over nested calls.
More information about the Digitalmars-d
mailing list