www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Did someone declare war on D?

reply Salih Dincer <salihdb hotmail.com> writes:
**Source:** 
https://tr.wikipedia.org/wiki/Merhaba_d%C3%BCnya_program%C4%B1#D
 ```d
 import std.stdio;
 
 void main()
 {
     writeln("Merhaba, Dünya!");
 }
 ```
There is item D on the Turkish page but why not on the English language page, which is the global language? What a world is this! Did someone declare war on D? **Bad Source:** https://en.wikipedia.org/wiki/%22Hello,_World!%22_program Why not item D on such a basic issue? Throw a hissy fit :( SDB 79
Feb 27 2022
parent reply bauss <jj_1337 live.dk> writes:
On Monday, 28 February 2022 at 00:55:40 UTC, Salih Dincer wrote:
 **Source:** 
 https://tr.wikipedia.org/wiki/Merhaba_d%C3%BCnya_program%C4%B1#D
 ```d
 import std.stdio;
 
 void main()
 {
     writeln("Merhaba, Dünya!");
 }
 ```
There is item D on the Turkish page but why not on the English language page, which is the global language? What a world is this! Did someone declare war on D? **Bad Source:** https://en.wikipedia.org/wiki/%22Hello,_World!%22_program Why not item D on such a basic issue? Throw a hissy fit :( SDB 79
I see D's hello world here: https://en.wikipedia.org/wiki/%22Hello,_World!%22_program#D So I'm not sure what you're asking? Maybe I'm misunderstanding something.
Feb 27 2022
parent reply Salih Dincer <salihdb hotmail.com> writes:
On Monday, 28 February 2022 at 07:16:56 UTC, bauss wrote:
 I see D's hello world here:

 https://en.wikipedia.org/wiki/%22Hello,_World!%22_program#D

 So I'm not sure what you're asking? Maybe I'm misunderstanding 
 something.
I added item D with 78.166.102.186 IP address after I posted my entry: https://en.wikipedia.org/w/index.php?title=%22Hello,_World!%22_program&action=history But someone can block or unpublish it. The year is 2022, how can such a deficiency be! SDB 79
Feb 28 2022
next sibling parent Basile B. <b2.temp gmx.com> writes:
On Monday, 28 February 2022 at 09:14:21 UTC, Salih Dincer wrote:
 On Monday, 28 February 2022 at 07:16:56 UTC, bauss wrote:
 I see D's hello world here:

 https://en.wikipedia.org/wiki/%22Hello,_World!%22_program#D

 So I'm not sure what you're asking? Maybe I'm misunderstanding 
 something.
I added item D with 78.166.102.186 IP address after I posted my entry: https://en.wikipedia.org/w/index.php?title=%22Hello,_World!%22_program&action=history But someone can block or unpublish it. The year is 2022, how can such a deficiency be! SDB 79
D being present on this page has absolutely no value for an encyclopedia. The D _hellow world_ is pretty similar to all _hello world_s of C-inspired languages. It's more important for D to be present in pages related to templates and metaprogramming for example, where the language has specificities.
Feb 28 2022
prev sibling parent Martin Tschierschke <mt smartdolphin.de> writes:
On Monday, 28 February 2022 at 09:14:21 UTC, Salih Dincer wrote:
 On Monday, 28 February 2022 at 07:16:56 UTC, bauss wrote:
 I see D's hello world here:

 https://en.wikipedia.org/wiki/%22Hello,_World!%22_program#D

 So I'm not sure what you're asking? Maybe I'm misunderstanding 
 something.
I added item D with 78.166.102.186 IP address after I posted my entry: https://en.wikipedia.org/w/index.php?title=%22Hello,_World!%22_program&action=history
Thank you! D should be there and now it is! Well done!
Mar 02 2022