[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Ruby and Mobile

SunRaySon

3/18/2007 6:27:00 AM

Are there any ruby applications that are written for mobile devices
and is there any good framework that helps in developing applications
for mobile devices.

Kiran Kumar

5 Answers

Guido Sohne

3/18/2007 7:28:00 AM

0

On 3/18/07, SunRaySon <sunrayson@gmail.com> wrote:
> Are there any ruby applications that are written for mobile devices
> and is there any good framework that helps in developing applications
> for mobile devices.

I've written some Ruby applications that use Rails to deliver SMS
applications running under Kannel. I think you are after something
different, which may be running Ruby on the mobile device itself. I
haven't heard much about that but most of the devices now will not run
such a heavy interpreter process comfortably.

-- G.

Justin Collins

3/18/2007 7:36:00 AM

0

SunRaySon wrote:
> Are there any ruby applications that are written for mobile devices
> and is there any good framework that helps in developing applications
> for mobile devices.
>
> Kiran Kumar

There is the WinCE version of Ruby, which some people have gotten
working on their mobile devices (do a search for those). Other than
that, I don't think there is much.

-Justin

user@domain.invalid

3/18/2007 1:03:00 PM

0

le 18/03/2007 07:26, SunRaySon nous a dit:
> Are there any ruby applications that are written for mobile devices
> and is there any good framework that helps in developing applications
> for mobile devices.
>
> Kiran Kumar
>

There is an official symbian version of Ruby here :
http://developer.symbian.com/main/tools/opensrc/ruby...

Olivier

3/18/2007 1:11:00 PM

0

Le dimanche 18 mars 2007 07:26, SunRaySon a écrit :
> Are there any ruby applications that are written for mobile devices
> and is there any good framework that helps in developing applications
> for mobile devices.
>
> Kiran Kumar

I'm not sure that it will be useful for you, but some programs on the gp2x are
written in ruby. Gp2x is a handled console from corea running linux on ARM
processor. The ruby interpreter runs on it, and some libs too, like rubygame.

I have a gp2x, but I haven't tried yet... I'll take some time to play with
ruby on it, one day :)

--
Olivier Renaud

SunRaySon

3/19/2007 2:18:00 PM

0

This is very encouraging. I am looking at something like this for a
while as I am not very comfortable with high level languages like
C/C++ and Java. I am very thankful to all of you for your inputs on
this mail.

Now I have another question in this regard. I would like to try some
sample applications to get myself familiar with the mobile environment
(I would definitely try the samples on the Symbian website). Can
anyone suggest some good applications / libraries / exercises so that
I can get familiar with mobile computing environment.

Thank you all once again for your contributions.

Kiran Kumar

On 3/18/07, Zouplaz <user@domain.invalid> wrote:
> le 18/03/2007 07:26, SunRaySon nous a dit:
> > Are there any ruby applications that are written for mobile devices
> > and is there any good framework that helps in developing applications
> > for mobile devices.
> >
> > Kiran Kumar
> >
>
> There is an official symbian version of Ruby here :
> http://developer.symbian.com/main/tools/opensrc/ruby...
>
>