Free Republic
Browse · Search
General/Chat
Topics · Post Article

Skip to comments.

The Top 10 Programming Languages (For Techies only)
Tech Impulsion ^ | Feb 2012 | Ajit Singh

Posted on 05/05/2012 10:25:41 AM PDT by SeekAndFind

The knowledge of a handful of programming languages could come to be a lifesaver to many a programmer, especially since most languages that were popular 10 years ago are not as viable as they are now.

But there are many developers who have earned their worth simply by knowing the right programming language at the right time, simply because they had solid skills that were profitable while the language was popular.

Here are some languages though, which stayed popular through the years, and prove to give young developers a jumpstart to their careers, and always are a bonus to add to any developer’s resume, as compiled by TIOBE software, a coding standards company.

1. Java

What is it?
 An object-oriented programming language developed in the late 1990s by James Gosling and colleagues at Sun Microsystems.

Why is it important?
This “beautiful” programming language is central for any non-Microsoft developer, i.e. any developer who focuses on the non-.NET experience. It is mostly derived from C and C++ but has a more basic object model. It ranked first on TIOBE’s list of most popular programming languages.

2. C

What is it?
C, a general purpose programming language built by Dennis Ritchie when he was a part of Bell Telephone labs, is the bass of C++ and other programming languages. It was built to work with the Unix operating system.

Why is it important?
C is one of the most widely used programming languages of all time, and ranked second on the list. “Learning C is crucial. Once you learn C, making the jump to Java or C# is fairly easy, because a lot of the syntax is common. Also, a lot of C syntax is used in scripting languages,” Wayne Duqaine, director of Software Development at Grandview Systems, of Sebastopol, Calif., told eWEEK.
 
3. C#

What is it?
This general-purpose programming language developed by Microsoft evolved from C and C++ as a part of the software company’s .NET initiative.

Why is it important?
This language is an essential part of the .NET framework, so developers who use Microsoft heavily will find it critical, according to Duqaine.

4. C++

What is it?
C++ is a general purpose multi-paradigm spanning compiled language that has both high-level and low-level languages’ features. It was started as an enhancement to the C programming language, Bjarne Stroustrup in 1979.

Why is it important?
It is one of the most popular programming languages, winning fourth place on the list, with application domains including systems software, application software, server and client applications, and entertainment software such as video games.  The language has also greatly influenced many other popular programming languages, such as C# and Java.

5. Objective-C
 
What is it?
This object-oriented programming language created first by Brad Cox and Tom Love at their company Stepstone in the early 1980s, adds Smalltalk-like messaging to the C programming language.

Why is it important?
This language is most used on the Apple iOS and Mac OS X. Objective-C is the principal language used for Apple's Cocoa API as well.

6. PHP

What is it?
This language is especially suited for Web development because of it easy embedding into HTML pages. It is an open-source, server-side, cross-platform, interpretive HTML scripting language

Why is it important?
It is a popular language, ranking sixth on TIOBE’s list. "High-speed scripting with caching, augmented with compiled code plug-ins (such as can be done with Perl and PHP) is where the future is. Building Web apps from scratch using C or COBOL is going the way of the dinosaur," said Duquaine, according to eWEEK’s report.

7. (Visual) Basic

What is it?
This is an event-driven programming language which is implemented on Microsoft’s .Net framework.

Why is it important?
This language ranked as the seventh most popular language on TIOBE’s list, probably because it was designed by Microsoft to be easy to learn and use. According to Tim Huckaby, CEO of San Diego-based software engineering company CEO Interknowlogy.com, “It is currently dominating in adoption and that is where all the work is,” as in eWEEK’s report.

 8. Python

What is it?

This is an event-driven programming language which is extensively used by Google because of its simplicity. It is managed by the Python Software Foundation.

Why is it important?

Python is a general-purpose, high-level programming language whose design philosophy emphasizes code readability. Python claims to combine "remarkable power with very clear syntax", and its standard library is large and comprehensive.

It is releases on 4 September 2011, 6 months ago.It is developed by Python Software Foundation.

9. Perl

What is it?
Being a high-level programming language, its emphasis lies in code readability and clear syntax. It combines Object-oriented and functional programming styles, and is often used as a scripting language. Perl is an open-source language used widely to process text through CGI programs.


Why is it important?
Perl’s efficiency in processing of piles of text has ranked it ninth in terms of programming language popularity. It is used extensively to write Web server programs for a variety of tasks. “Learning some form of scripting language, such as Perl or PHP is critical if you are doing Web apps," told Wayne Duqaine, director of Software Development at Grandview Systems, of Sebastopol, Calif., in a talk with eWEEK.

10. JavaScript

What is it?
JavaScript is an object-oriented scripting language that is smaller than Java. Being a client-side language, it runs in the web browser on the client-side with a simplified set of commands, easier code and no need for compilation.

Why is it important?

JavaScript is simple to learn and is the tenth most widely used programming language. It is used in millions of web pages to authenticate forms, detect browsers and improve design, and it is easier to run these functions as it is embedded into HTML.


TOPICS: Business/Economy; Computers/Internet; Society
KEYWORDS: computers; languages; programming; programminglanguages
Navigation: use the links below to view more comments.
first previous 1-2021-4041-6061-80 ... 101-108 next last
To: Terpfen

TIOBE Programming Community Index for April 2012

April 2012 Headline: Java and C swap places at the top of the TIOBE index


21 posted on 05/05/2012 10:56:05 AM PDT by SeekAndFind
[ Post Reply | Private Reply | To 4 | View Replies]

To: SeekAndFind

That is a fascinating graphic, but it greatly misses the boat on job postings. Craigslist is a darn poor job site. The stats should be from Dice and Monster/CareerBuilder.

Craigslist is for jobs for which the employer HR department has no budget. Heck, even the local newspaper is more worthwhile, in my experience.


22 posted on 05/05/2012 10:56:54 AM PDT by ConservativeMind ("Humane" = "Don't pen up pets or eat meat, but allow infanticide, abortion, and euthanasia.")
[ Post Reply | Private Reply | To 2 | View Replies]

To: SeekAndFind

My company is building a business out of converting COBOL programs to C++. There is still a lot of need for COBOL programmers.

Also, just looking at job postings is not quite enough. In order to manage the programming environments, one needs a working knowledge of scripting languages and shells. We just held an in-house training session on “expect” to support the development of test programs.


23 posted on 05/05/2012 10:57:07 AM PDT by the_Watchman
[ Post Reply | Private Reply | To 2 | View Replies]

To: SeekAndFind
COBOL, FORTRAN, PL/1, ASM, APL, SQL, JCL, Nomad2, Focus. The dead languages? APL even had its own character set and required a special keyboard.

-PJ

24 posted on 05/05/2012 10:58:25 AM PDT by Political Junkie Too (If you can vote for President, then your children can run for President.)
[ Post Reply | Private Reply | To 1 | View Replies]

To: SeekAndFind

As a follow up to my prior post, that is also why open source so dominates Craigslist job postings. Microsoft barely registers on that Craigslist stat. It makes the result completely bogus.


25 posted on 05/05/2012 10:59:13 AM PDT by ConservativeMind ("Humane" = "Don't pen up pets or eat meat, but allow infanticide, abortion, and euthanasia.")
[ Post Reply | Private Reply | To 2 | View Replies]

To: Political Junkie Too

RE: COBOL, FORTRAN, PL/1, ASM, APL, SQL, JCL, Nomad2, Focus. The dead languages?

If there are still advertisements for these skill sets, then they’re not dead at all.


26 posted on 05/05/2012 10:59:45 AM PDT by SeekAndFind
[ Post Reply | Private Reply | To 24 | View Replies]

To: SeekAndFind

Where’s the JCL (Job Control Language). Used that for many years on Large IBM Main frames.

Started on PAL and SAL in the USAF on Univac 1050-II, early ‘70s. I’ve outlived all my Girlfriends and Languages, how unfortunate........


27 posted on 05/05/2012 11:00:03 AM PDT by corbe (mystified)
[ Post Reply | Private Reply | To 1 | View Replies]

To: desertfreedom765
Long term trends

The long term trends for the top 10 programming languages can be found in the line diagram below.


28 posted on 05/05/2012 11:01:40 AM PDT by SeekAndFind
[ Post Reply | Private Reply | To 20 | View Replies]

To: SeekAndFind

I thought SQL was defined around 1970 with the first implimentations predating ADA which started around 1977.


29 posted on 05/05/2012 11:01:47 AM PDT by meatloaf (Support House Bill 1380 to eliminate oil slavery.)
[ Post Reply | Private Reply | To 6 | View Replies]

To: SeekAndFind

I feel the need to put in a word for IBM assembler, in which were written the core platforms that still run the world’s economic systems (Z/OS, CICS, IMS, DB2, etc.).


30 posted on 05/05/2012 11:02:20 AM PDT by Interesting Times (WinterSoldier.com. SwiftVets.com. ToSetTheRecordStraight.com.)
[ Post Reply | Private Reply | To 1 | View Replies]

To: SeekAndFind

I don’t know how valid that list is. Where on Amazon’s site is anyone’s Java being pulled up to do something? I’ve never seen Java run for an Amazon function on my client, and I’ve been on there for years (and I’m in the top 2000 reviewers)


31 posted on 05/05/2012 11:05:11 AM PDT by ConservativeMind ("Humane" = "Don't pen up pets or eat meat, but allow infanticide, abortion, and euthanasia.")
[ Post Reply | Private Reply | To 10 | View Replies]

To: aquila48
ADA? What about FORTRAN?

They say, a Fortran programmer can write Fortran in any language.

32 posted on 05/05/2012 11:06:29 AM PDT by thulldud (Is it "alter or abolish" time yet?)
[ Post Reply | Private Reply | To 13 | View Replies]

To: SeekAndFind
Oldie but still a goodie...
Jack was a COBOL programmer in the mid to late 1990s. After years of being taken for granted and treated as a technological dinosaur by all the Client/Server programmers, PC repair technicians and website developers, he was finally getting some respect. He’d become a private consultant specializing in Year 2000 conversions.

Several years of this relentless, mind-numbing work had taken its toll on Jack. He began having anxiety dreams about the Year 2000. All he could think about was how he could avoid the year 2000 and all that came with it.

Jack decided to contact a company that specialized in cryogenics. He made a deal to have himself frozen until March 15th, 2000. The next thing he would know is he’d wake up in the year 2000; after the New Year celebrations and computer debacles; after the leap day. Nothing else to worry about except getting on with his life.

He was put into his cryogenic receptacle, the technicians set the revive date, he was given injections to slow his heartbeat to a bare minimum, and that was that.

The next thing that Jack saw was an enormous and very modern room filled with excited people. They were all shouting “I can’t believe it!” and “It’s a miracle” and “He’s alive!”. There were cameras (unlike any he’d ever seen) and equipment that looked like it came out of a science fiction movie.

Someone who was obviously a spokesperson for the group stepped forward. Jack couldn’t contain his enthusiasm. “Is it over?” he asked. “Is the year 2000 already here? Are all the millennial parties and promotions and crises all over and done with?”

The spokesman explained that there had been a problem with the programming of the timer on Jack’s cryogenic receptacle, it hadn’t been year 2000 compliant. It was actually eight thousand years later, not the year 2000. Technology had advanced to such a degree that everyone had virtual reality interfaces which allowed them to contact anyone else on the planet.

“That sounds terrific,” said Jack. “But I’m curious. Why is everybody so interested in me?”

“Well,” said the spokesman. “The year 10000 is just around the corner, and it says in your files that you know COBOL”.

33 posted on 05/05/2012 11:07:14 AM PDT by COBOL2Java (FUMR)
[ Post Reply | Private Reply | To 1 | View Replies]

To: bigbob

LOL! On that note, I dredged up some knowledge from 30 years ago (last time I touched the stuff) on 74xx chips and gate logic to solve an oddball custom videogame controller problem my son threw at me. He screws around with old-school stand up console fighting games like Tekken and Marvel vs. Capcom.


34 posted on 05/05/2012 11:11:44 AM PDT by FreedomPoster (Islam delenda est)
[ Post Reply | Private Reply | To 14 | View Replies]

To: COBOL2Java
COBOL - dinosaurs rock !

Might be before 10000...for those who chose to “Window” during Y2k.

35 posted on 05/05/2012 11:13:46 AM PDT by stylin19a (Obama - The Man Who Shot Liberty Valance)
[ Post Reply | Private Reply | To 33 | View Replies]

To: Political Junkie Too

To name one you missed, LISP. Early versions of AutoCAD used LISP as the built-in scripting language, which was pretty cool.


36 posted on 05/05/2012 11:14:44 AM PDT by FreedomPoster (Islam delenda est)
[ Post Reply | Private Reply | To 24 | View Replies]

To: Terpfen
Other programming languages in terms of popularity according to the TIOBE Programming Community Index for April 2012 :


37 posted on 05/05/2012 11:17:01 AM PDT by SeekAndFind
[ Post Reply | Private Reply | To 4 | View Replies]

To: SeekAndFind

If a programmer doesn’t know c, they’re not a programmer.

And what the hell does this mean? “...since most languages that were popular 10 years ago are not as viable as they are now.”


38 posted on 05/05/2012 11:18:41 AM PDT by Born to Conserve
[ Post Reply | Private Reply | To 1 | View Replies]

To: Terpfen

TIOBE Programming Community Index is an indicator of the programming language trends.

It is updated monthly, this list is based on the number of experienced programmers,courses and third-party vendors on the Internet.

It uses the well-known search engines (such as Google, MSN, Yahoo) as well as Wikipedia and YouTube to calculate the ranking. Please note that this list is merely a reflection of the popularity of a programming language, does not indicate whether a programming language is good or not.

Reference :

http://sd.csdn.net/a/20120409/2804302.html

http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html


39 posted on 05/05/2012 11:18:41 AM PDT by SeekAndFind
[ Post Reply | Private Reply | To 4 | View Replies]

To: FreedomPoster
I remember in college taking a course that touched on several languages at once. Snobol?

-PJ

40 posted on 05/05/2012 11:20:19 AM PDT by Political Junkie Too (If you can vote for President, then your children can run for President.)
[ Post Reply | Private Reply | To 36 | View Replies]


Navigation: use the links below to view more comments.
first previous 1-2021-4041-6061-80 ... 101-108 next last

Disclaimer: Opinions posted on Free Republic are those of the individual posters and do not necessarily represent the opinion of Free Republic or its management. All materials posted herein are protected by copyright law and the exemption for fair use of copyrighted works.

Free Republic
Browse · Search
General/Chat
Topics · Post Article

FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson