www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - What is gdmd?

reply Neto <netorib94 gmail.com> writes:
What is gdmd? googling doesn't give useful results
Jun 21
next sibling parent reply Dejan Lekic <dejan.lekic gmail.com> writes:
On Saturday, 21 June 2025 at 18:21:21 UTC, Neto wrote:
 What is gdmd? googling doesn't give useful results
Most likely this -> https://github.com/D-Programming-GDC/gdmd
Jun 21
parent Neto <netorib94 gmail.com> writes:
On Saturday, 21 June 2025 at 18:24:43 UTC, Dejan Lekic wrote:
 On Saturday, 21 June 2025 at 18:21:21 UTC, Neto wrote:
 What is gdmd? googling doesn't give useful results
Most likely this -> https://github.com/D-Programming-GDC/gdmd
seeems to be the case https://github.com/dlang/tools/blob/17ab82c2f4a023ebb70718d98f919c167563705e/rdmd.d#L59
Jun 21
prev sibling parent reply Dejan Lekic <dejan.lekic gmail.com> writes:
On Saturday, 21 June 2025 at 18:21:21 UTC, Neto wrote:
 What is gdmd? googling doesn't give useful results
I forgot to mention - If I put `dlang gdmd` on Ecosia, it yields the link I gave you as the first link... I assume it would be the same with Google search. Rule of thumb - when you are searching for anything D related just slap `dlang` in front of it.
Jun 22
parent Neto <netorib94 gmail.com> writes:
On Sunday, 22 June 2025 at 09:12:57 UTC, Dejan Lekic wrote:
 On Saturday, 21 June 2025 at 18:21:21 UTC, Neto wrote:
 What is gdmd? googling doesn't give useful results
I forgot to mention - If I put `dlang gdmd` on Ecosia, it yields the link I gave you as the first link... I assume it would be the same with Google search. Rule of thumb - when you are searching for anything D related just slap `dlang` in front of it.
I do use `dlang` prefix but I didn't get any result like that. Right now, the first result is my own post asking "What is gdmd?". The github link cames from code I was reading out curiosity. I wasn't involved with D or computers for a while, I must "train" google with "dlang" prefix to give D-related results. Duck.com is giving terrible results btw
Jun 22