Ruby interpreter on the iPad

F

Franck Ditter

Is there any such beast, like Python, Scheme, CAML which are already there ?...
Thanks,

franck
 
B

Brian Candler

I have an Android phone so I can't speak authoritatively, but my
understanding was that you couldn't distribute any application for
iPhone/iPad which would interpret code.

However, there was recently an off-topic post here where someone said
they had made a Scheme interpreter available through the App Store:
http://www.ruby-forum.com/topic/1743573

Warning: since you have to pay them 99c to test their claim, it could
just be a scam.

Otherwise, your best bet might be one of the experimental Ruby
interpreters written in Javascript. Or you could try this:
http://bellard.org/jslinux/
http://bellard.org/jslinux/tech.html
I'd be interested to know how long it takes to boot on an iPad :)

An Android pad wouldn't have this issue. "Rubuto" is full jRuby for
Android, and is available for free from the Android marketplace.

Regards,

Brian.
 
M

Martin DeMello

Apple later changed that to "you can distribute an interpreter, as
long as it doesn't download code off the internet". Also the scheme
interepreter is legit; the guy is the main gambit developer, so at the
very least he's unlikely to be running an ipad app scam :)

martin
 
S

Steve Klabnik

[Note: parts of this message were removed to make it a legal post.]

You can distribute MacRuby apps via the Mac App store, but you cannot use it
for iOS applications, as iOS doesn't let the garbage collector run properly.
 
S

sophrinix

You can distribute MacRuby apps via the Mac App store, but you cannot use i= t
for iOS applications, as iOS doesn't let the garbage collector run properl=
y.
What you can do is run ruby inside jslinux. I am checking with the author to=
see if he'll let let legally. Otherwise I smell a clean room re implementat=
ion.=
 
A

andrew mcelroy

[Note: parts of this message were removed to make it a legal post.]

Franck Ditter wrote in post #999800:

strictly speaking the arm build of ruby 1.9.2 does compile and run on iOS.
The problem is getting access for uikit. Also, the app store seems to hate
freedom.

Andrew McElroy
TryRuby.org
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top