Comparing Go vs Swift (I know that’s Kotlin’s slac...
# random
a
Comparing Go vs Swift (I know that’s Kotlin’s slack but also a #C09222272 one :) Go is garbage collected whereas Swift does not need a garbage collector because of its ACR approach. Does it mean that a garbage collector is not required for a modern language where one does not need to handle the memory cleanup manually like in C/C++?