Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.ruby > #4795 > unrolled thread

Ruby interpreter on the iPad

Started byFranck Ditter <franck@ditter.org>
First post2011-05-20 08:17 +0200
Last post2011-05-21 14:55 -0500
Articles 8 — 8 participants

Back to article view | Back to comp.lang.ruby


Contents

  Ruby interpreter on the iPad Franck Ditter <franck@ditter.org> - 2011-05-20 08:17 +0200
    Re: Ruby interpreter on the iPad Stu <stu@rubyprogrammer.net> - 2011-05-20 02:03 -0500
    Re: Ruby interpreter on the iPad Brian Candler <b.candler@pobox.com> - 2011-05-20 03:13 -0500
      Re: Ruby interpreter on the iPad Martin DeMello <martindemello@gmail.com> - 2011-05-20 03:57 -0500
      Re: Ruby interpreter on the iPad Steve Klabnik <steve@steveklabnik.com> - 2011-05-20 11:45 -0500
        Re: Ruby interpreter on the iPad sophrinix@gmail.com - 2011-05-20 12:56 -0500
    Re: Ruby interpreter on the iPad comopasta Gr <granadojose@yahoo.com> - 2011-05-20 15:13 -0500
      Re: Ruby interpreter on the iPad andrew mcelroy <sophrinix@gmail.com> - 2011-05-21 14:55 -0500

#4795 — Ruby interpreter on the iPad

FromFranck Ditter <franck@ditter.org>
Date2011-05-20 08:17 +0200
SubjectRuby interpreter on the iPad
Message-ID<franck-CED9E4.08175220052011@news.free.fr>
Is there any such beast, like Python, Scheme, CAML which are already there ?...
Thanks,

   franck

[toc] | [next] | [standalone]


#4797

FromStu <stu@rubyprogrammer.net>
Date2011-05-20 02:03 -0500
Message-ID<BANLkTim-GUDc404Ltv6=9-rMka5PFhVfaA@mail.gmail.com>
In reply to#4795
Not sure if it does but look at this:

http://www.macruby.org/

I'm assuming they have this for IOS development for iphone and ipad.

On Fri, May 20, 2011 at 1:20 AM, Franck Ditter <franck@ditter.org> wrote:
> Is there any such beast, like Python, Scheme, CAML which are already there ?...
> Thanks,
>
>   franck
>
>

[toc] | [prev] | [next] | [standalone]


#4802

FromBrian Candler <b.candler@pobox.com>
Date2011-05-20 03:13 -0500
Message-ID<f6fae4c2771290dc9902f9bb94254f88@ruby-forum.com>
In reply to#4795
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.

-- 
Posted via http://www.ruby-forum.com/.

[toc] | [prev] | [next] | [standalone]


#4804

FromMartin DeMello <martindemello@gmail.com>
Date2011-05-20 03:57 -0500
Message-ID<BANLkTi=fKw8qu1B2+HyRtpnoN+jzeTQu0g@mail.gmail.com>
In reply to#4802
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

On Fri, May 20, 2011 at 1:43 PM, Brian Candler <b.candler@pobox.com> wrote:
> 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.
>
> --
> Posted via http://www.ruby-forum.com/.
>
>

[toc] | [prev] | [next] | [standalone]


#4826

FromSteve Klabnik <steve@steveklabnik.com>
Date2011-05-20 11:45 -0500
Message-ID<BANLkTi=hYgmEDroqF3AXvzckHWHWeuUV4Q@mail.gmail.com>
In reply to#4802
[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.

[toc] | [prev] | [next] | [standalone]


#4828

Fromsophrinix@gmail.com
Date2011-05-20 12:56 -0500
Message-ID<3944B4C1-D5C1-4352-9C52-DCF4F10CCDAB@gmail.com>
In reply to#4826



On May 20, 2011, at 11:45 AM, Steve Klabnik <steve@steveklabnik.com> wrote:

> 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.
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 implementation.

[toc] | [prev] | [next] | [standalone]


#4836

Fromcomopasta Gr <granadojose@yahoo.com>
Date2011-05-20 15:13 -0500
Message-ID<2c44c04b755e319423a0923cd01fe6b2@ruby-forum.com>
In reply to#4795
Franck Ditter wrote in post #999800:
> Is there any such beast, like Python, Scheme, CAML which are already
> there ?...
> Thanks,
>
>    franck

Hi, I'm not sure what you are trying to do. But have you heard about 
what these guys are doing?

http://rhomobile.com/products/rhodes/

Cheers.

-- 
Posted via http://www.ruby-forum.com/.

[toc] | [prev] | [next] | [standalone]


#4869

Fromandrew mcelroy <sophrinix@gmail.com>
Date2011-05-21 14:55 -0500
Message-ID<BANLkTi=i6k6Vq+Op+HwqCyYTSJyqEh3ieQ@mail.gmail.com>
In reply to#4836
[Note:  parts of this message were removed to make it a legal post.]

On Fri, May 20, 2011 at 3:13 PM, comopasta Gr <granadojose@yahoo.com> wrote:

> Franck Ditter wrote in post #999800:
> > Is there any such beast, like Python, Scheme, CAML which are already
> > there ?...
> > Thanks,
> >
> >    franck
>

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

>
> Hi, I'm not sure what you are trying to do. But have you heard about
> what these guys are doing?
>
> http://rhomobile.com/products/rhodes/
>
> Cheers.
>
> --
> Posted via http://www.ruby-forum.com/.
>
>

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.ruby


csiph-web