Hacker News new | ask | show | jobs
by pyrolistical 371 days ago
It is waaaaaaay less noisy than c++

C syntax may look simpler but reading zig is more comfy bc there is less to think about than c due to explicit allocator.

There is no hidden magic with zig. Only ugly parts. With c/c++ you can hide so much complexity in a dangerous way

1 comments

FWIW: I hate C++, too.