Live data from Hacker News

Viewing profile — welkam

welkam

HN member
Joined
Tue, Apr 28, 2020, 6:06 PM UTC
HN karma
5
Public activity
4 items

About welkam

No profile information was provided.

Recent public activity

  1. comment
    Comment #23504821

    Why should you rewrite good software? D can call C libraries. With DPP you can even use C macros in D code. D has some interoperability with C++ so now you have access to some C++ …

  2. comment
    Comment #23504724

    The language doesn't tell you what to use. You choose what to use.

  3. comment
    Comment #23504070

    Its more than that. D is part of GCC - The GNU Compiler Collection. Meaning that if you use linux and have recent GCC you already have D compiler.

  4. comment
    Comment #23009988

    I have seen few videos by Walter Bright, Andrei Alexandrescu on ranges and I have no problem understanding D`s documentation. Maybe you should learn the language before using it.