Hacker News new | ask | show | jobs
by vrighter 747 days ago
go's defer is braindead because of its scoping.

Zig's defer is block scoped, so you can actually use it much more easily.