"bearophile" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> 12) No high-level built-in types: D has some very useful built-in data 
> structures, but they lack several useful methods (lazy views, dict 
> cleaning, dict equality, etc etc) and one or two more can be added (a set? 
> Multiprecision integer? A duck type?).

I think you might be confusing "duck" with "dynamic/variant". Duck typing 
doesn't refer to any particular data type, unlike dynamic typing which 
implies a "variant" data type. 


Reply via email to