Easy Program Language to Learn

JepthaIvan

New Member
I wanting to learn how to program and I was wondering if anybody knew of an easy program language to learn at first. I'm going to self teach myself but I was wanting to know what would be the best program language to start on would be. Any answers would be greatly appreciated. :)
 
i recommend C language
now, i didnt find it easy to learn tbh and it does take some time to take it in, but it sure as hell is useful and is a good language to learn first.
sorry is this is irrelevant for when you said 'easy', but it definetly falls under the 'good first language' catagory.
it will teach you about loops, functions, varibles and many more things that all fall under most language's, the only difference is how they are laid out.
so... i recommend C :P
 
I'll definitely look into learning C. I just downloaded Visual Basic 6 and I'm just fiddling around on it. Thanks for the reply!
 
Java was my first language I learned, seems simple, but i suppose C would be more useful if u plan on making apps.
 
Yeah, it depends on what kinds of things you want to program. For general purpose applications look at the C Family (C, C++, C#), and for web programming look at Perl or Java.
 
Back
Top