Maniacal
the green Napoleon
Well, I remembered one of the things I meant to do this summer, which is see if I can code. I am wondering how I should start off?
PrinceScamp said:Well, I remembered one of the things I meant to do this summer, which is see if I can code. I am wondering how I should start off?
Java can be compiled (and BASIC also can be compiled.) In addition, as powerful as computers are today, the overhead of an interpreted language is quite small - the algorithm matters more than whether the language is interpreted or compiled. Basically, a poorly-written C program will run more slowly than a well-written Python script.homeyg said:C++, period.
Don't start with Java or BASIC because those are just crap (substitute the word interpreted for crap, if you like).
Comraddict said:C++ is worst to start with, and ones who reccomend you that one aren't your friends. Question was not "what is the most powerful prog. language", but what one to start with.
HTML, Visual Basic, C#, Java - in order of difficulty.