Running a Ruby interpreter on iPad

Posted by slothbear on Stack Overflow See other posts from Stack Overflow or by slothbear
Published on 2010-04-08T19:13:14Z Indexed on 2010/04/08 20:23 UTC
Read the original article Hit count: 225

Filed under:
|

I'll be taking a trip soon with my iPad, without my laptop. I'd like to continue to tinker with Ruby while I'm on the road. I have an iPhone developer program membership, and I'm not interested in submitting this stuff to the app store.

I found the shinycocos project, which appears to embed a Ruby interpreter in an app. But I can't get it to run, and it seems pretty customized for running cocos2d stuff.

My first goal is to run an interactive command line like Try Ruby!. After that, I'd like to enter small programs in a UITextView and run them. I'd appreciate any clues, tips, or existing projects you might know of.

© Stack Overflow or respective owner

Related posts about ruby

Related posts about iphone