[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Ruby Use

jwkh

4/26/2009 1:15:00 PM

I'm JUST beginning my study of Ruby, and I still have a really long way to
go. (That's why my questions are what they are...)

I was wondering if anyone uses Ruby "outside" the Web development/
maintenance "environment?" If so, in what way?

Thanks,

jwkh


jwkhead<at>gmail[dot]com

4 Answers

Suresh Kk

4/26/2009 2:26:00 PM

0

Posted by jwkh (Guest) on 26.04.2009 15:15
>> wondering if anyone uses Ruby "outside" the Web development/

Ruby is a better language - according to me (with my limited knowledge)
-
than perl and python. It can do almost everything what perl and python
can
do.

If you want to know more about the capabilities of Ruby, apart from Web
developments, please make a visit at RubyForge. If you are serious
about learning ruby, you will find programming is fun with this
classic,
versatile language

Google will help you further to know more about ruby and its
multipurpose
strength

Learn Ruby and be productive. Best of luck




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

Bosko Ivanisevic

4/26/2009 2:48:00 PM

0

On Apr 26, 3:14 pm, jwkh <N...@nowhere.us> wrote:
> I'm JUST beginning my study of Ruby, and I still have a really long way to
> go.  (That's why my questions are what they are...)
>
> I was wondering if anyone uses Ruby "outside" the Web development/
> maintenance "environment?"  If so, in what way?
>
> Thanks,
>
> jwkh
>
> jwkhead<at>gmail[dot]com

Check books: Ruby for System Administration and Everyday Scripting
with Ruby. You'll find lot of ways Ruby can be used apart from Web
development.

Regards,
Bosko

Adam Gardner

4/27/2009 4:20:00 AM

0

jwkh wrote:
> I'm JUST beginning my study of Ruby, and I still have a really long way
> to
> go. (That's why my questions are what they are...)
>
> I was wondering if anyone uses Ruby "outside" the Web development/
> maintenance "environment?" If so, in what way?
>
> Thanks,
>
> jwkh
>
>
> jwkhead<at>gmail[dot]com

I'm using Ruby for game development, myself. Performance may not be that
high (compared to C, say), but development is fast and pretty smooth
sailing. A really good choice for retro 2D games or the ever popular
rapid-development contests like LD48.

- Adam
--
Posted via http://www.ruby-....

jwkh

4/27/2009 11:58:00 PM

0

Thanks, all, for your responses.

jwkh