hey guys ive never relly done much programing but i'd like to get into it so what programs and such should i start out using?
If you are just starting out...learning something like Python would be good. Its an easy language.
ok well i downloaded python. what are some good recources to learn how to use it?
One of the things you need to tell us is why you want to learn programming? General interest in things computery, a few small scale ideas you want to turn into reality or maybe some grand plan and career choice?
ok well i downloaded python. what are some good recources to learn how to use it?
haha winterspan. why should i use google when i got all these smart people here to answer my questions?
objc has garbage collection nowwwwYour first language just should probably not include manual garbage collection...
I wouldn't bother starting with anything less that an Object Oriented language, since most programmers use them nowadays. Also, they will help you accomplish tasks easier and more efficiently.
objc has garbage collection nowwww
Well, yes... kinda. But that is not really my point... If you can do garbage collection by hand, then you don't want to start with it... the D language falls into this category as well. The main reason is to not get bogged down with how to do garbage collection while you are still learning what a loop is.
Agreed. In fact, I'd recommend more than just that...maybe talk to people who might be able to help, you get the idea. Sometimes when I get stuck on something I just talk it over with someone else who might know the language well, or maybe ask in the appropriate IRC channel...just because sometimes actually talking with someone and going over it is better than just passive reading or googling.One more thing I would like to add... when you do decide on a language, get at least two books by two different authors, if you are having trouble learning the language one way and are stuck, then you can switch to the next. It will also help season what you put into your own code, trust me.