Yes, ARC as is can't be used in MacRuby, but the principles can be ported. Which is what I did, more or less, in an experimental branch. Now, there are various challenges to solve in order to reach stability, but don't worry, we will get there.
Laurent 2012/4/7 Francis Chong <[email protected]>: > Automatic Reference Counting implements automatic memory management for > Objective-C objects and blocks. If you read MacRuby source code, you will > found that the VM is not even written in Objective-C! > > Henry Maddocks 於 2012年4月7日 下午7:13 寫道: > >> >> On 7/04/2012, at 6:13 PM, Joshua Ballanco <[email protected]> wrote: >> >>> Regarding ARC, MacRuby cannot use ARC. That is, MacRuby cannot use the >>> Obj-C implementation of ARC. >> >> Why is that? >> >> Henry >> >> _______________________________________________ >> MacRuby-devel mailing list >> [email protected] >> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel > > _______________________________________________ > MacRuby-devel mailing list > [email protected] > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel _______________________________________________ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
