Viewing profile — zigger69
zigger69
HN member- Joined
- Sat, Apr 16, 2022, 9:37 PM UTC
- HN karma
- 7
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About zigger69
No profile information was provided.
Recent public activity
-
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.
-
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…
-
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…
-
comment
Comment #31060352
You can execute arbitrary code on drop operations by implementing `std::ops::Drop` for a type.
-
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…
-
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…