just an idea (!! operator)
Jonathan M Davis
jmdavisProg at gmx.com
Thu Jul 12 12:26:06 PDT 2012
On Thursday, July 12, 2012 20:37:14 deadalnix wrote:
> Do you know why ? It have been useful to me in languages that support it.
My guess would be that it didn't get used much precisely because it was an
extension. Most programmers don't use language extensions. They probably don't
even know that they exist in most cases, and they're often a bad idea to use,
because they aren't cross platform. But if it's built into the language (as it
is with C#), then a lot more programmers know about it and are more
comfortable with using it, so it gets used a lot more.
- Jonathan M Davis
More information about the Digitalmars-d
mailing list