View Single Post
Old 04-04-2006, 04:22 AM   #7
Drealoth
Member
 
Join Date: Jan 2006
Location: Japan
Posts: 74
Drealoth is on a distinguished road
Send a message via MSN to Drealoth
C is probably a bad idea. You will end up with memory leaks and other interesting problems especially if you are new to programming. It will end up that debugging will take just as much time as writing new code, if not more.

I suggest checking out Ruby. It has an incredibly clean syntax, is very easy to learn and most importantly a lot of fun to program with. It also plays very nicely with MySQL (for persistance) and Ruby on Rails can be used to update your website with game statistics with literally just a few of lines of code. It's not as fast as Java or C, but in exchange you will be able to have a less buggy product out the door faster.
Drealoth is offline   Reply With Quote