Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Oct 7th, 2005, 3:44 PM   #21
peace_of_mind
Professional Programmer
 
peace_of_mind's Avatar
 
Join Date: Sep 2004
Location: Hell if I know most of the time
Posts: 439
Rep Power: 5 peace_of_mind is on a distinguished road
Send a message via MSN to peace_of_mind Send a message via Yahoo to peace_of_mind
Could be that's because there isn't a forum for it, K. [whispers]If you add it they will post [/whispers]

I've heard some good things about it before on other forums. Might be worth a looksee. How's about this: I pledge a minimum of 15 posts/threads in a Ruby forum.
__________________
Amateurs built the ark
Professionals built the Titanic

peace_of_mind is offline   Reply With Quote
Old Oct 7th, 2005, 3:51 PM   #22
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
I have no preference. Building scripting languages with C/C++ cores is so cheap, resource-wise, that they're bound to continue to proliferate. Once they're out, someone else is going to put them on "rails" (add some useful framework). They have the advantage that Dartmouth Basic had in the old days. You don't have to know too much about programming (in the "under the hood" sense), they do many difficult things for you, and all you have to do is learn a little syntax. The marketplace probably won't support more than a half-dozen at a time in any real sense. Only time and the marketing abilities of the creators will determine which ones survive and have any kind of extensive audience. As long as you have the ability to create and chop forums without a lot of hassle, you may as well just work with whatever comes down the pike and gains adherents.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Oct 7th, 2005, 6:08 PM   #23
pr0gm3r
Hobbyist Programmer
 
Join Date: Dec 2004
Location: CA
Posts: 102
Rep Power: 4 pr0gm3r is on a distinguished road
Send a message via MSN to pr0gm3r
I think Ruby is like Python programming language right ?

Ruby is a scripting langugage and it is easy to use..

This is new to me. Thanks all..

btw here is their homepage
Ruby
__________________
--
pr0gm3r
pr0gm3r is offline   Reply With Quote
Old Oct 7th, 2005, 6:42 PM   #24
Silvanus
Hobbyist Programmer
 
Silvanus's Avatar
 
Join Date: Aug 2005
Location: Hiding from... them...
Posts: 110
Rep Power: 4 Silvanus is on a distinguished road
Quote:
Originally Posted by pr0gm3r
I think Ruby is like Python programming language right?
It's closer to Perl- i.e, ugly.

I've been thinking about learning Ruby- I have it installed- but I'm totally repelled by the syntax. I guess I'm spoiled because I started with Python.
Silvanus is offline   Reply With Quote
Old Oct 7th, 2005, 7:02 PM   #25
pr0gm3r
Hobbyist Programmer
 
Join Date: Dec 2004
Location: CA
Posts: 102
Rep Power: 4 pr0gm3r is on a distinguished road
Send a message via MSN to pr0gm3r
lol... oh ya cool I am about to learn perl to program script on my linux box.
Thats good you understand python programming language, just take it as a learning experience and for your knowledge.

I guess I'll try Ruby and see how it is run... ^__^

Thank you for the info
__________________
--
pr0gm3r
pr0gm3r is offline   Reply With Quote
Old Oct 7th, 2005, 9:29 PM   #26
Dameon
Troll
 
Dameon's Avatar
 
Join Date: Apr 2005
Location: Texas
Posts: 732
Rep Power: 4 Dameon is on a distinguished road
I was interested in trying Ruby, more specificly Ruby on Rails. However, I shortly after saw the syntax. Ew.
__________________
MD5(sig) = bcef75433db02e9ad9bf81d6f7c5c270
Dameon is offline   Reply With Quote
Old Oct 7th, 2005, 10:19 PM   #27
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
I just downloaded it (Ruby) today, because of this thread. I agree with you on the syntax, makes me wonder exactly what thought processes drive the decisions, and then I ask myself why I feel that way, and I don't exactly know. It seems strained, to me, but others must not feel the same way. I'm certainly going to defer installing the rails at this point.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Oct 13th, 2005, 1:33 AM   #28
Lich
Professional Programmer
 
Lich's Avatar
 
Join Date: May 2005
Location: Detroit
Posts: 254
Rep Power: 4 Lich is on a distinguished road
Send a message via AIM to Lich Send a message via MSN to Lich
I just gave rails a download after reading an interesting article in Software Development magazine (it will be online soon to read @ http://www.sdmagazine.com/articles/2005/0511/). But as a web developer, Ruby on Rails has some interesting implimentation options that make it a breeze to develop some web apps. I mean, being able to code without the useage of {} makes it easier to not overlook stuff, and being able to spit out an entire database from mySQL with 1 line of code is nothing to sneeze at.

Software Development is also available in print form for free, it's pretty awsome and reccomend subscribing. There should be details on the site, it's another tradepub periodical.
__________________
--John Cruz
Web Developer
www.cruzweb.net
Lich is offline   Reply With Quote
Old Oct 13th, 2005, 6:15 AM   #29
ivan
Professional Programmer
 
ivan's Avatar
 
Join Date: Sep 2005
Location: serbia & montenegro
Posts: 484
Rep Power: 4 ivan is on a distinguished road
I will try ruby but I am currently busy with C
ivan is offline   Reply With Quote
Old Oct 13th, 2005, 10:33 PM   #30
Mjordan2nd
The Supreme Ruler
 
Join Date: May 2004
Location: Houston
Posts: 1,476
Rep Power: 6 Mjordan2nd is on a distinguished road
I've actually wanted to try Ruby for about a year. I told my father's friend, whom I hold in quite high esteem programming-wise, that I was thinking about learning Python, and he told me to check Ruby out. He seemed to be a pretty big Ruby advocate.
__________________
"Every gun that is made, every warship launched, every rocket signifies, in the final sense, a theft from those who hunger and are not fed, from those who are cold and are not clothed. The world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children." - Dwight D. Eisenhower
Mjordan2nd is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 4:29 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC