References in D

Jonathan M Davis jmdavisProg at gmx.com
Sun Sep 16 18:33:06 PDT 2012


On Monday, September 17, 2012 03:27:10 Timon Gehr wrote:
> On 09/17/2012 02:23 AM, Jonathan M Davis wrote:
> > ...  That might make sense for an int, since
> > it can't be null, but pointers and references _can_ be and are in every
> > type system that I've ever used.
> >
> >...
> 
> You have claimed multiple times to have used Haskell.

I have, but I've never used pointers in haskell, so if they're non-nullable, I 
wouldn't know about it. I believe that everything in Haskell is an immutable 
value type as far as what I've dealt with goes.

- Jonathan M Davis


More information about the Digitalmars-d mailing list