Live data from Hacker News

Why I loved building Basecamp for iPhone in RubyMotion

37signals.com

1–10 of 60 posts

Re: Why I loved building Basecamp for iPhone in RubyMotion

#3
Oh what a joy it is to read this! My experience with RubyMotion is very similar, and I am very happy to see major, high-profile app made with RubyMotion.

However, I was somewhat disappointed to see that they use BubbleWrap persistence instead of true CoreData. I've been struggling to use CoreData without Xcode with RubyMotion for a while and haven't found a great solution yet.

Re: Why I loved building Basecamp for iPhone in RubyMotion

#5

Does something simular to RubyMotion, but in Python exist?

Put simply: no. RubyMotion works because Ruby and Objective-C are very similar internally, both being inspired by SmallTalk and sharing almost all "core" language features - it allows to run ruby code on Objective-C Runtime. In this regard, python is a very different language, that would be extremely difficult to port, and it wouldn't really feel like python.

Re: Why I loved building Basecamp for iPhone in RubyMotion

#9
post #4

As cheap as it may sound, I would love to try/use RubyMotion if I didn't have to pay for it.

The price is a pretty big barrier to entry. I understand why, but an eval option would be nice.

http://www.rubymotion.com/support/#faq

Discount for students/academics.

Post reply on HN