New slides about Go

Walter Bright newshound2 at digitalmars.com
Thu Oct 14 16:43:09 PDT 2010


Nick Sabalausky wrote:
> "bearophile" <bearophileHUGS at lycos.com> wrote in message 
> news:i97utq$d7e$1 at digitalmars.com...
>> - In my D programs I sometimes use pointers, but pointer arithmetic is 
>> indeed uncommon.
> 
> If you're actually doing systems-level or high-performance work, it can be 
> essential in certain cases depending on how good the optimizer is.

It's hard to see how to implement, say, a storage allocator with no pointer 
arithmetic.


More information about the Digitalmars-d mailing list