Comment on Why I'm Not Using RubyMotion in ProductionparentComments−coldtea13yRuby already has garbage collection, so clearly GC is not impossible at all.And there have been successful bridges from Python/Ruby to Obj-C that had GC too.Now, ARC, or something similar for RubyMotion, is a different take on the matter. I don't know why they want that way instead of an actual GC.
Comments
Ruby already has garbage collection, so clearly GC is not impossible at all.
And there have been successful bridges from Python/Ruby to Obj-C that had GC too.
Now, ARC, or something similar for RubyMotion, is a different take on the matter. I don't know why they want that way instead of an actual GC.