Live data from Hacker News

Viewing profile — zigger69

zigger69

HN member
Joined
Sat, Apr 16, 2022, 9:37 PM UTC
HN karma
7
Public activity
6 items

About zigger69

No profile information was provided.

Recent public activity

  1. comment
    Comment #31223768

    > Also: operator overloading is the spawn of Satan. It is. And I'm glad Zig has none of that. `==` only works for primitives and you will never be confused.

  2. comment
    Comment #31223714

    > I do think on a long enough timescale, programmers will eventually move to a "better" language. But in my opinion, that time scale exceeds the lifespan of a human :) Zig exists a…

  3. comment
    Comment #31107604

    Wow, that's amazing! I agree so much. When I want to know which of two products is better, I just want to see a casual reddit discussion with real people stating their opinions and…

  4. comment
    Comment #31060352

    You can execute arbitrary code on drop operations by implementing `std::ops::Drop` for a type.

  5. comment
    Comment #31056471

    It's really easy in Zig to be honest. Just put `defer thing.deinit()` in the right scope and you're done. You gain explicitness and know exactly what's going on in your Code. Every…

  6. comment
    Comment #31056357

    Crystal: compilation speed is just too slow, sadly. Nim and Zig: I'd definitely just go with Zig. It's an extremely simple language, has no macros (but something much better than m…