←back to thread

175 points nateb2022 | 1 comments | | HN request time: 0.213s | source
1. binary132 ◴[] No.41528032[source]
Every time I see people trying to build concurrency / process lifecycle frameworks on top of Go, I think they missed the point of Go. YAGNI. If you do really need it, just use erlang or whatever, where it’s world-class and battle hardened.