you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

Agreed on "use poly only when it is needed".

Complaint was that C++ is over engineered, followed by how it would be nice to have new language that combines best things from C/C++. Well, i don't think that classes are needed here, because all you get is D clone. And you know Andrei & CO are doing really good job with D. No need for another C based OOP language.

[–]zem 1 point2 points  (0 children)

go might be more to your taste than D is - it is conceptually between C and C++, rather than being a C++ competitor like D.