On Wednesday, 9 August 2017 at 17:38:15 UTC, Swoorup Joshi wrote:

Is garbage collection even useful besides managing memory?

GC has the unique advantage of being a global owner, hence avoiding to encode ownership into types for memory (when you can use it).

Reply via email to