digitalmars.D - Did someone declare war on D?
- Salih Dincer (9/17) Feb 27 2022 There is item D on the Turkish page but why not on the English
 - bauss (5/22) Feb 27 2022 I see D's hello world here:
 - Salih Dincer (7/11) Feb 28 2022 I added item D with 78.166.102.186 IP address after I posted my
 - Basile B. (8/21) Feb 28 2022 D being present on this page has absolutely no value for an
 - Martin Tschierschke (2/12) Mar 02 2022 Thank you! D should be there and now it is! Well done!
 
**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
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#DI 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.```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
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
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: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.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
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:Thank you! D should be there and now it is! Well done!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
 Mar 02 2022








 
 
 
 Basile B. <b2.temp gmx.com> 