Join Nostr
2026-02-09 22:57:38 UTC

collappsar on Nostr: I really like Go because I can write a lot of safe code without having to think about ...

I really like Go because I can write a lot of safe code without having to think about memory management, and then when I have some hot code I can leverage the escape analysis and guarantee that a block of code never touches GC.