upvote
> just need something that can compile cross-platform and maintain great performance.

I think Go has already taken that part of the cake.

reply
Go is garbage collected, though. Rust and Swift still occupy a niche Go doesn't.
reply
ARC is a form of garbage collection. Swift does not fare better than Go usually.
reply