I've been programming biomebound in Golang, which kinda sucks because golang has lots of language design problems that irritate the hell out of me. I was considering moving to Odin or Zig, but the one thing that always keeps me coming back to golang is its coroutines and timer. Odin and zig obviously have thread pools, which would work quite well, but Golang's timer is so useful and no other language has anything like it that I've seen.

These two things are just so useful for network programming and the timing of stuff.

๐Ÿš€ clseibold

May 19 ยท 7 weeks ago ยท ๐Ÿ‘ StanStani, lanterm


Source