Hacker News new | ask | show | jobs
by xthunk 103 days ago
One thing I’ve noticed reading Zig discussions is that many semantics seem simple on their own but interactions can be subtle – like in the behavior fixed here.

I wonder if this ends up similar to C++ template rules where the surface looks small but the edge cases accumulate over time.