Viewing profile — welkam
welkam
HN member- Joined
- Tue, Apr 28, 2020, 6:06 PM UTC
- HN karma
- 5
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About welkam
No profile information was provided.
Recent public activity
-
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++ …
-
comment
Comment #23504724
The language doesn't tell you what to use. You choose what to use.
-
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.
-
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.