answersLogoWhite

0


Best Answer

There are literally thousands of programming languages - some for special purpuses, some of a more general nature. Some popular languages are the Microsoft dotnet languages (C#, Visual Basic .NET, and others); Java; PHP; Python; and lots of others. You can get more information:

* In the Wikipedia article on "programming language"

* The TIOBE website has been keeping track of the most "popular" programming languages, for the last few years.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar
User Avatar

mrea

Lvl 1
3y ago
i am confused 
More answers
User Avatar

Wiki User

14y ago
Answer

If you are asking which programming languages are best in learning on your own? That all depends on the type of learner you are.

If you are asking which programming languages are the 'best' meaning the most used or praised, that will depend on the person answering the question.

Another factor is your Operating System for it determines your style of coding and your purpose for coding in whichever language.

If you are into web development, you may side with the classic HTML, XML, CSS, PHP, and others.

If you are into creating drivers, you may choose assembly.

If you choose to code software and other programs, you could try out C, C++ or C#.

If you want something easy to get started programming with, you could try Java or Python.


If you're really into a little of everything especially while on a Unix-based OS, give Python, Perl or Lisp a shot.

Hope this is of some help to you.

If you are a beginner and want to make games, download Game Maker and use GML once you get good. GML is similar to Java.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

Ever read a car magazine's "Car Comparison" test results? How about Consumer Report's appliance comparison tests? Those are "subjective" comparisons and the reader could review the results report and then make one's own judgment on which car/appliance is better (more horsepower, less repair cost) for one's own intended purpose for the car/appliance. Then there is "objective" comparisons, which invariably are based on one's own experience with a limited set of cars/appliances. You can apply the exact same logic to answering this question about "which is the best programming language and why?" You can answer this question objectively by saying: I've used COBOL, FORTRAN, C, Lisp, Python, C# and by far I can get the most of my tasks done most efficiently with C#. And this will give the other readers/survey takers one sample point to this "survey-like" question. Or you could collect a set of programming languages (with which you may or may not be familiar) and then start comparing the set of languages one feature at a time. You may find that not all features are supported by all languages (e.g. pointers in Java.) And if you do come across a language that supports all the features that you are comparing, that may turn out to be a difficult language to program with or to write an efficient compiler/interpreter for it so that no matter how hard you try you cannot program you task efficiently (both in terms of time and effort spent in the programming task and in the execution of the final application programmed in that particular language.) So the bottom line is that there may never be a universal answer to this question and all you could expect is that you will get a survey report from all those who answer this question and then you will have to draw your own conclusion - and even that could and would change in time depending what you are/will be doing.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

I think Java is probably the most commonly used programming language nowadays. Followed by C++.

AnswerC/C++ language and Java language is most widely used programming language.

However from opinion it is :

  1. C++
  2. Java
  3. C#
  4. PHP
  5. Perl
  6. VBScript
AnswerClient-side scripting:
  1. JavaScript, hands down. It requires no downloads other than the browser that got you interested in it, and it's the only option in its domain. Instead of language wars it has framework wars (Prototype or jQuery?!).
  2. Flash (ActionScript). Alright, so you can do similar and fancier things with Flash as with JavaScript. Never mind that ActionScript is a perverted implementation of the same standard as JavaScript.
  3. Java applets. Oh, just shut up already!

Server-side web-development:

  1. PHP is most common for the server-side but very rarely used for anything else.
  2. .NET languages, VBScript likely being chief among them, are quite popular here.
  3. JSP
  4. ColdFusion
  5. Python
  6. Ruby
  7. Perl is almost unheard of, having been left in the dust by its child PHP.

System administration:

  1. C++, easily.
  2. C. On some non-Windows platforms it competes rather evenly with C++. As far as kernels and operating systems go, C likely beats C++

Desktop applications:

  1. C++, for sure.
  2. Java
  3. .NET languages, especially C# and Visual Basic, would be third (possibly second) on Windows.
  4. Python and C share the Linux desktop with C++. Java is mostly ignored.

Graphics and Video Games:

  1. C++, definitely. It's able to handle system resources well like C and it provides the syntax to easily organize code around objects which is important for keeping one's thoughts in order.
  2. C#, on the Xbox and Windows.
  3. Java probably takes third.

Additionally, Python is popular in some specific domains such as robots to run on servers (wikis and Google Wave), and macros in Blender and (alongside Lua) some video games.

This answer is:
User Avatar

User Avatar

Wiki User

10y ago

The answer to this question is more complicated than you might assume. Different languages have different capabilities and applications.

Based on popularity and jobs availability most popular languages are:

JavaC LanguageC++C#PHP

Refer this link for more details:-

http://highweb.blogspot.com/2013/04/web-programming-languages-popularity.html

This answer is:
User Avatar

User Avatar

Wiki User

8y ago

C++ and Java. Ideally you should learn both fluently and recognise where and when it is appropriate to use them. Although you will rarely require anything lower than C++, you should also have a good grasp of C as you will inevitably be tasked with maintaining C code at some point. Other languages that are worth learning include Fortran, Pascal, Cobol, BASIC and Python, as well as web-based technologies (HTML, CSS, JavaScript, etc) and DBMS technologies (SQL, ODBC, etc).

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

User Avatar

mrea

Lvl 3
3y ago

Here are 4 types

  1. 1.Functional Programming Language.
  2. 2.Object-oriented Programming Language.
  3. 3.Scripting Programming Language.
  4. 4.Logic Programming Language.
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the different programming languages?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Is there a real programming language that resembles GML - the language in Game Maker?

GML IS a real programming language. But anyway, all programming languages are about the same, with different syntax.


What are some of the different types of software programming languages?

High level languages Mid Level Languages Low level languages High level languages: cobol, fortran etc Mid level languages: C, C++ Low level languages: assembly language


How many programming languages are?

Thousands! Programming languages number in the thousands, from general purpose programming languages such as C++, Java, and others, to special purpose languages which are used in one application. They can be ordered by type (structured, object-oriented, functional, etc.) or by history, or syntax. See the related list of programming languages.


What character is used to begin a comment?

This is different in different programming languages. Some character groups used in various languages to start a comment are: //, ;, !, /*, --, #, ', {, <!--, {-, etc. Some languages also require a character group to end a comment. Some older languages did not use character groups to mark comments but required them to appear in a certain place on every program line. There are endless variations in how commenting is done in computer programming languages.


What does Lisp mean in computer language?

LISP programming refers to creating applications using LISP languages - a family of old high level programming languages that used Polish notation. LISP languages are the second oldest HLLs after FORTRAN.

Related questions

Why do you have different Programming languages?

why do we have diffrent programming laungage


Who made programming languages?

Different languages were created by different people, obviously.


What are the classification of programming languages?

Programming languages, like human languages, are defined through the use of syntactic and semantic rules, to determine structure and meaning respectively. Thousands of different programming languages have been created, and new languages are created every year.


What are the Definitions on programming?

Programming is a term that describes the usage of a programming language. Programming languages (C++ for example) are languages that create programs, these programming languages should not be confused with scripting languages. Scripting languages are languages that are meant to be interpenetrated by programs. (Written in a programming language)


Are java and dotnet different couse-fields?

Yes, Both are different programming languages... It's upon your interest which one you choose... Yes, Both are different programming languages... It's upon your interest which one you choose...


Why are people who are good at languages good at programming?

This is not necessarily true. It depends on how good you are a programming rather then speaking languages. It may be that people who come from different countries speak the language of where they come from and decide to do programming as their job.


What kind of programming language is Halide?

There are many different programming languages available on the market. The programming language 'Halide' is a relatively new language on the market that was created to make programming easier.


Is there a real programming language that resembles GML - the language in Game Maker?

GML IS a real programming language. But anyway, all programming languages are about the same, with different syntax.


When was Essentials of Programming Languages created?

Essentials of Programming Languages was created in 2008-04.


How many pages does Essentials of Programming Languages have?

Essentials of Programming Languages has 416 pages.


What is the generation of language?

Programming languages are divided into five different generations. A programming language consists of the symbols, letters and numbers used to communicate with computers.


What is the best website to download C programming language?

Programming languages (or natural languages) cannot be downloaded.