On Sat, 22 Nov 2008 00:41:24 -0500, Fei wrote: > I'm a new D learner but I'm wondering which version of D is suitable for > me. v1, or v2?
For what it is worth: I have also only recently started with D, and chose to learn D2. My primary motivation was the inclusion of std.algorithm in D2. Coming from C++ I wanted something comparable to the generic algorithms in STL, and std.algorithm provides this. The GtkD widget toolkit works with both D1 and D2. -- Daniel
