Idioms for the D programming language
Imperatorn
johan_forsberg_86 at hotmail.com
Sat Feb 13 16:39:12 UTC 2021
On Saturday, 13 February 2021 at 16:06:31 UTC, James Lu wrote:
> On Thursday, 11 February 2021 at 20:12:36 UTC, Walter Bright
> wrote:
>> Now #5 on the front page of https://news.ycombinator.com/news
>>
>> The page being discussed:
>>
>> https://p0nce.github.io/d-idioms/
>>
>> and on reddit:
>>
>> https://www.reddit.com/r/programming/comments/lhssjp/idioms_for_the_d_programming_language/
>
> A question for you: What is the most interesting (shows the
> language) and beginner-friendly source code file of DMD? I want
> to link to the compiler source to do that. It needs to be
> readable by a beginner, yet also provide interesting and
> substantial information on how D or compilers work.
>
>
> * Demonstrate DMD is open-source
> * Get DLang more attention
> * Demonstrate how good DMDFE is
"readable by a beginner" && "interesting and substantial
information" might be hard to find. Did you mean front- or
backend? If you want to show compiler u might look at
https://github.com/dlang/dmd/blob/master/src/dmd/compiler.d for
example.
But I think it might be better to begin with some kind of
overview so you understand what you're looking at 🐢
More information about the Digitalmars-d-announce
mailing list