Thread: Help please
View Single Post
Old 05-24-2006, 05:12 AM   #7 (permalink)
MisterPoppet
Orc's Breathmint
 
Join Date: May 2006
Location: In the annex of creation...
Posts: 113
Reputation: 10
Send a message via MSN to MisterPoppet Send a message via Yahoo to MisterPoppet
Default

ok, I had this really long useful post on the decision, but my browser froze and I don't feel like explaining it again. So to put it simply...

Ruby is a good start because it's a pure object oriented scripting language that's easy and helps teach good programming habits.

Java is also good choice. It's object oriented, easy to learn (but not as easy as Ruby), and is a good alternative to C++, even for games. It's also very easy to use in graphically orieted programs (or so I'm told).

A good tutorial for Ruby is Why's (Poignant) Guide to Ruby. It's very entertaineg while teaching you something. There is also the first edition of the Pragmatic Programmer's Guide to Ruby.

For Java, I recommend Sun's The Java Tutorial.

Good Luck!

-Bryan-
MisterPoppet is offline