Talk:D (programming language): Difference between revisions

Content deleted Content added
Convert examples to 2.0-compatible syntax
Line 134:
 
:Good point. I think the intention was to say that while D is based on the concepts and their implementation in C++, and thus C to some large degree, it is not bound to the idea of strict backwards compatibility with either C or C++. [[User:Derek Parnell|DerekP]] 08:03, 18 June 2007 (UTC)
 
== Convert examples to 2.0-compatible syntax ==
 
How about converting the examples to be 2.0-compatible? This will probably involve simply replacing char[]s with strings, and will (somewhat) improve readability for those new to the language. --[[User:The CyberShadow|Vladimir]] 05:25, 5 July 2007 (UTC)