> just need something that can compile cross-platform and maintain great performance.
I think Go has already taken that part of the cake.
> just need something that can compile cross-platform and maintain great performance.
I think Go has already taken that part of the cake.
Go is garbage collected, though. Rust and Swift still occupy a niche Go doesn't.
ARC is a form of garbage collection. Swift does not fare better than Go usually.