7 ms·
Interestingly this is written in Golang. I wonder what the main considerations for choosing it were.
by obidan 6y ago
Interestingly this is written in Golang. I wonder what the main considerations for choosing it were.
- loopz 6y agoOn top of the hat: Safe, fast compile times, takes care of memory management for you, powerful stdlib, fast and lean execution, straightforward readable code, portability, static compilation, swiss army knife tooling. Potential downsides: Golang/libs maybe a bit immature for non-system/microservices projects.