What is the easiest programming language to learn?
By aecelelopre
@aecelelopre (62)
Philippines
March 27, 2007 7:39pm CST
Hey Programmers out there! What is the easiest programming language to learn? And what is the best one?
5 responses
@mnsrwt123 (2057)
• India
3 Mar 08
I think the easiest is Visual Basic .Net.
And its the best one i think.
@ebtenorio (765)
• Philippines
13 Nov 07
For me, the Visual Basic family of programming languages is the easiest of the programming languages for me.. I have been programming in VB.Net since I was in high school until now that I am a professional programmer... Hehehe.. C/C++, PHP, JAVA and ASP are not that hard to learn either.. Have a great day!
@furion1 (272)
• Philippines
16 Nov 07
The easiest would be Java simply because it has a wide range of API for easier coding. One example is the API for building binary trees. In Java, there is no need to construct a node, set the pointers, etc. For me the best would be c or c++ because coding in c is more detailed than Java. Java has a lot of predefined objects, while in c, you should construct everything thus utilizing the space and memory of the computer. C/C++ is more common on big-scale programs today such as Games. I do not know any commercial Java applications.