Petr Janda Wrote: > It should be duly noted that features that can't be used without garbage > collection ie. D Arrays? Array concat, array literals, closures - what I can think of. > I'm personally quite fond of STL containers. Rewritten in D would be cool. Are they reference counted? As I remember, std::string is a value type.