Hacker News new | past | comments | ask | show | jobs | submit login

RubyMotion doesn't use ARC (or Xcode) at all -- it doesn't produce Objective-C code as its output, but executable bytecode intended to be run on the target. The output of Objective-C and RubyMotion, that is, is the same. So you need an equivalent implementation of ARC in RubyMotion to deal with memory management, unless you want to do it manually, which wouldn't make RubyMotion very Ruby-like at all.



> The output of Objective-C and RubyMotion, that is, is the same.

Debatably, as is the subject of this article.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: