Viewing profile — SilentLambda
SilentLambda
HN member- Joined
- Thu, Nov 24, 2022, 4:06 AM UTC
- HN karma
- 16
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About SilentLambda
No profile information was provided.
Recent public activity
- comment
- story
- story
-
comment
Comment #44148071
alert, inform, notify, announce ..... that's what HN does. How about refocusing your attention on the actual matter at hand. That is, Linus calling out Kees for being actively mali…
-
comment
Comment #44147797
I think the HN title was completely appropriate. Linus was not jusy yelling - (i.e.): "You seem to have actively maliciously modified your tree completely." - Linus Torvalds. Linus…
-
comment
Comment #39267600
openD (a fork of the D programming language) makes class private members inside a module a reality for programmers. In the meantime, the D programming lanaguage forum bans any furt…
- story
-
comment
Comment #36041762
Members of the D programming language spend 14 weeks searching for the elusive 'self'. Did they all find it though? And what about the 'non-self'? Did they go looking for that as w…
- story
-
comment
Comment #33758223
This D programming blog argues that C++ friend breaks encapsulation. I reject that argument, and say that C++ friend puts a door in the wall, and a guard at that door, and therefor…
- story
-
comment
Comment #33758081
..and in the context of a module.. not even used as a type at all.
-
comment
Comment #33729451
Would have been much better in my opinion, if D had maintained a C like struct (not a C++ like struct), and a C++ like class. That would have solved the problem you identified, whi…
-
comment
Comment #33727864
Yes, we can agree that D is not like C++ - not at all. The reason C++ programmers are usually disappointed, is because D gets marketed as such (it's the bait you need to get them t…
-
comment
Comment #33727806
D is not at all like C++. D is D. You only need to compare how C++ and D treat a class type, and you know straight away they are miles apart (I prefer C++ in this regard). D has a …
-
comment
Comment #33727743
.. you forgot to mention also, that (in the context of a D module) D stops treating a user-defined class-type as real type. Additionally, a D class is a reference type. Whereas in …
-
comment
Comment #33727683
"That said, D definitely has some advantages over C++, like more powerful metaprogramming, no need for headers, no uninitialized values and more. But unfortunately, these upsides a…