Hacker News new | ask | show | jobs
by girvo 1385 days ago
Despite Nim having RAII of a sort, one thing I love is “defer”, because it lets me get the same semantic behaviour from bound C functions. Handy!