The Case for D
-
Isn't this plagiarism or at least a copyright violation? The D Language has been around for quite some time. [http://www.digitalmars.com/d/2.0/overview.html](<a href=)[^]"> They could at least have used to D#.
That's the very language the article is describing. Although it is worth noting that there were other languages with the same name in the past :)
-
Nemanja Trifunovic wrote:
Frankly, I am not buying it at all, but decide for yourself.
Well, I just have to read the hello world program, and decide...
import std.stdio;
void main()
{
writeln("Hello, world!");
}If a language claims OOP and writes
writeln("Hello, World")
, I know there is a problem. Best regards, Paul.Jesus Christ is LOVE! Please tell somebody.
Paul Selormey wrote:
If a language claims OOP and writes writeln("Hello, World"), I know there is a problem.
Meh, they never claimed it was a "pure" OO language. If you want that, use SmallTalk :)
-
That's the very language the article is describing. Although it is worth noting that there were other languages with the same name in the past :)