I love the simplicity, speed & maintainability of go, perfect for web backend. Also, I'm hopeful that zig gains more popularity, it's perfect C substitute/replacement.
if err != nil { return nil }
fuck. s/n nil/n err/
<you can’t handle the truth gif>
I love it for being explicit when you ignore and when you handle (with no other option) and hate it for being repetitive
Have you tried Haskell