▲ | eru 4 days ago | |
Go (at least before generics) was really annoying to use. Doing anything concurrent in Go is also really annoying (be that async or with threads), because everything is mutable. Not just by default but always. So anything shared is very dangerous. |