Friday, July 31, 2009

What all programming languages and other computer languages are there to learn?

I was wanting to learn some more languages, I currently know HTML but that is all, and I was wanting to learn more, so if you know of any languages on the computer then please post them here.





Thanks

What all programming languages and other computer languages are there to learn?
Programming language at wikipedia


http://en.wikipedia.org/wiki/Programming...





Alphabetical list of programming languages at wiki


http://en.wikipedia.org/wiki/Alphabetica...
Reply:I'd start with QBasic it is a good beginning one to learn then you can move to Visual Basic you can take QBasic Knowledge and apply it there. Then if you are Intrested in scripting you can learn VB script





Then learn C/C++ plenty of free C++ complier out there or you can spend the money and get C++ builder(great product, I use it and love it) C++ is more powerful but it can do more





Then after you have C++ down learn assembly, You can combined C++ and assembly and make realy great code
Reply:There are so many programming languages. However, I would like to give a brief introduction, as you told about your experience.





Ok, the language you mentioned is not really a programming language. It is a Markup Language. A markup language is, in which we tell, that from here to here the text is bold, from there to there is the body of the page. and So on.





A programming language on the other hand, makes things a lot more automated. For example, you have already learnt HTML. Try making a table of 2, now try making that of 3. You see it takes a lots of time, and requires you to compute every time manually.





To avoid that, lets use a scripting language called "JavaScript". To use it, see this HTML:





%26lt;HTML%26gt;


%26lt;BODY%26gt;


%26lt;SCRIPT Language=JavaScript%26gt;


n=prompt("Enter a number to get its table: ");





for (i=1;i%26lt;=10;i++)


{


document.writeln (n + " x " + i + " = " + (n*i) + "%26lt;BR%26gt;");


}





%26lt;/SCRIPT%26gt;


%26lt;/BODY%26gt;


%26lt;/HTML%26gt;








Because you know HTML, I think you would find it better if you start learning from www.w3schools.com





Hope to see a great programmer soon (believe me its not as hard as some people think).





You may learn in this sequence:


1. Scripting Languages for Web (VB Script and JavaScript)


2. Visual Basic


3. C


4. C++


5. Java


6. Assembly





Welcome to the world of Programming.
Reply:Java, C,C++, C#


Perl ,Python,Fortron,Smalltalk,Eifel,Algol,Vi... Basic,J#,FoxPro
Reply:There must be thousands. Check out the link that someone posted to wikipedia.





By the way, HTML is not a programming language. It is a markup language. It does not contain fundamental constructs of a programming language, like selection and iteration.
Reply:There are many many difficult programming languages but they can be classified into diffierent categories..ie web application shell programming graphics etc.....


I don't really consider HTML as a programming language....


For web programming, u can try PHP as it is open source or even JSP as these two are quite popular or even ASP...





Application wise, you can try C++ or java. These two are also rather popular.





Once u get the hang of programming, learning new languages will not be a problem. Its basically learning the syntax of each language. You can try the following website.

flower arrangement

No comments:

Post a Comment