unknowngamer Posted April 20, 2008 Posted April 20, 2008 Basic. I just got into the proggraming thing:p
lappy512 Posted April 21, 2008 Posted April 21, 2008 PHP is actually a great programming language to start out with. It's pretty forgiving, and is similar to the structure of many other languages.
unknowngamer Posted April 21, 2008 Posted April 21, 2008 What do you mean by forgiving? I know PHP is similar to Game Maker Language.
awesomegamer Posted April 21, 2008 Posted April 21, 2008 What do you mean by forgiving? I know PHP is similar to Game Maker Language. What? How well do you know PHP and GML?
unknowngamer Posted April 21, 2008 Posted April 21, 2008 I know GML pretty well and PHP i just started learning. why?
awesomegamer Posted April 22, 2008 Posted April 22, 2008 Oh, I just don't find them to be too similar. But it's to your own discretion and observations.
xxarthur33xx Posted May 17, 2008 Posted May 17, 2008 With programming language you would advice to start with as newbie? I'm started with C, but I don't think that was the best choice, it's a little obsolete. Please don't start flaming, only come with good arguments. *edit: can't change the poll anymore, the 'LI' must be logo. PHP is probably the best to start with. Its easy to learn if you stick with it, and you can do many things with it.
JcX Posted May 18, 2008 Posted May 18, 2008 Actually, programming are all quite the same alike isn't it? Once you get mastered with one language, when you migrate to another, you will find that actually the format is quite similar. I've learnt ActionScript first. And then PHP, I found it was quite similar in some ways. And now I'm working on JS, which are very look alike to AS.
Doctor Steel Posted June 5, 2008 Posted June 5, 2008 I voted for BASIC. Some of you may say that BASIC "is crippling to the mind" (I'm watching you, Djikstra), but I only picked BASIC because VB.NET wasn't up there, and C# is too much like java. VB FTW
Speedy Sites Posted June 7, 2008 Posted June 7, 2008 I've just started a Java tutorial so I voted for that It does seem confusing at the moment but i'm young so eh ;P
Sungazer Posted June 10, 2008 Posted June 10, 2008 I voted for BASIC. Some of you may say that BASIC "is crippling to the mind" (I'm watching you, Djikstra), but I only picked BASIC because VB.NET wasn't up there, and C# is too much like java. VB FTW lol i made my first two games in VB6 way back in highschool, easiest language ev4r!
Starry Posted June 12, 2008 Posted June 12, 2008 I've started with learning PHP and Javascript I think they are very easy to pick up Now im trying to learn Java, but its not easy to change from programming languages for the web to other languages
pcbrown Posted June 14, 2008 Posted June 14, 2008 It's a subjective choice, obviously. Depends on your needs and goals. Personally, I'd say C is the best if you want to learn the nuts-n-bolts of programming. The language is small and relatively easy to bend your brain around, and the library is the same. A lot of programming profs will tell you to write your own library routines rather than relying on someone else's work. Probably good advice for the student. I use C# for work and most of my personal stuff as well, though I've spent some time with Ruby and *really* like it. I think you could learn the fundamentals of programming rather handily with Ruby, as long as you didn't rely too much (or at all) on it's fairly nice library. True, modern programming is often about using libraries and components and the such (especially according to your boss), but still, you want to learn to walk before you try to run. I'm sure there are other cliches that apply as well. And heck, sometimes a cliche is true. Just one guy's opinion.
AverageJoe Posted June 14, 2008 Posted June 14, 2008 My opinion is pretty much the oppisite. I don't see any sense in wasting my time re-writing some code whcih I could get for free. I love the boost libraries and I have recnetly been using ogre3d for 3d game development because I got sick of writing custom map loaders and having to worry about which format the textures are in because I would have to write another library to import .png or .jpg or .*. I have never used ruby, but I am a fan of python when it comes to scripting langauges. I plan on encorporating it into my next game. Joe
Frankie Posted June 15, 2008 Posted June 15, 2008 It doesn't seem to matter which programming language you start with, everyone seems to have turned out fine regardless of their first language. It all depends on whether or not you take the time to go through with the language you pick so for those who want results fast should probably start with something like BASIC (I don't have any experience with these languages so I'm not sure if BASIC meets this criteria, I only assumed it does because of comments like "BASIC is crippling to the mind") and those who have time to learn would go with C++. The latter would be more beneficial in the long term since you get to learn more about your computer when using lower level programming languages so when you move on to higher level languages, everything will be easier to understand.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now