Subj : Three programming answers To : comp.programming From : Jyrki Alakuijala Date : Thu Jul 14 2005 12:12 pm W. D. Allen Sr. wrote: > Question one: Which language (basic, C++, java, etc) is easiest for learning > computer programming? You need to learn three languages to learn computer programming. Teach yourself Python, Ocaml and C++. Start with Python, proceed to Ocaml and finish with C++. Do not start with C++ as the first language. It has a large gray area of undefined behaviour, and once you operate within the area of undefined behaviour, your iterative learning process will be slowed down. > Question Two: Which language is best for scientific programming? C++ > Question Four: Which language is best for games programming? C++ .