Who Cheers For C When It Wins A Popularity Contest?

from the we've-got-spirit,-how-'bout-you? dept

While there are a variety of ways to judge the popularity of various programming languages, the TIOBE Programming Community index has ranked C as the most popular language for the first time in 4 years. At the top spot, C has no official corporate sponsor behind it — but it’s still available for nearly every platform imaginable. And arguably, it has always been the most popular programming language if all of its variants (C, C++, C#, Objective C) are counted together.

Interestingly, though, other notable languages that have risen in popularity have done so under the direction of large corporations. For example, Apple is the main cheerleader behind the recent popularity of Objective C — especially as this superset of C is now one of only 4 languages approved for coding iPhone/iPod/iPad apps. Also, Google’s Go language has been getting noticed because it’s a shiny new offering from everyone’s favorite “do no evil” buddy — and because it explicitly supports concurrent programming.

But with no major company pushing for C, it may be getting a bit long in the tooth as multi-core processors inspire programmers to increasingly use multi-threading techniques. C will certainly never die, but the last revision of C was adopted as an ANSI standard in March 2000. So it’s been quite some time since C has been updated. In fact, the ISO’s proposals for C changes also appear to be pretty conservative — which is a good thing for stability and eliminating any confusion over what is supported. But will C be able to evolve and stay relevant?

Filed Under: ,

Rate this comment as insightful
Rate this comment as funny
You have rated this comment as insightful
You have rated this comment as funny
Flag this comment as abusive/trolling/spam
You have flagged this comment
The first word has already been claimed
The last word has already been claimed
Insightful Lightbulb icon Funny Laughing icon Abusive/trolling/spam Flag icon Insightful badge Lightbulb icon Funny badge Laughing icon Comments icon

Comments on “Who Cheers For C When It Wins A Popularity Contest?”

Subscribe: RSS Leave a comment
12 Comments
reboog711 (profile) says:

The Tiobe index is highly criticized by most programmers

The Index is highly criticized by most programmers I know; both in how they define what a language is; and how they collect their stats.

SQL is not a programming language because you can’t write an infinite loop in it? ColdFusion is a framework? Both ridiculous.

That said; so long as they keep their methods of calculating use consistent it might make an interesting study.

Anonymous Coward says:

Re: it'll be the programming version of Latin.

C will be around for a while yet. There are far too many areas that require a transparency for code verification that is not supported by newer languages like C# and Objective C. While the newer languages are great for new software in non-safety-critical applications. C will stick around for a while yet in areas like avionics and medical devices.

Steven says:

Re: Re: Great insight.

I think people calling for “C” to go away are not cognizant of the software industry as a whole. “C” is a very transparent language that provides for strict type checking with the right compiler flags set. This provides a great language for a host of applications from embedded controls to safety critical systems.

Languages like Objective C, Java and C#, while making the task “simpler”, obfuscate greatly what is actually executing making high quality/detailed verification much more involved. While it is easy to verify the code you actually write, there is so much going on under the scenes that is NOT verified using these languages in many applications is simply forbidden.

darryl says:

What the point

Avionics and medical in mission critical area’s tend to use Ada, C is primary a systems engineering language, it’s still the primary OS programming language. And it rules in the embedded world because of it’s low level capabilites and ability to intergrate with hardware and assemby code easily. C has a very right set of compiler tools for most micros making it the go too language for embedded.

All the ‘other’ programming languages are built basically on C and are simple higher levels of abstraction taking you further and further away from the real underlying code.

Its easier for the programmer, (more simple), but takes away some control.

For truly nice high level programming language try downloading the trial version of LabVIEW, from National Instruments and have a play with G the graphical programming language they use.. It’s very hard to go back to text based programming after using it.

Steve says:

Anonymous Coward has it right and Darryl is lost.

“C” has and will be around for a long time because of one simple fact. It is simple and it works. There is a GIANT misconception in the tech world that all programming is about desktops, iPods, Android and iPhones. That covers a small amount of the software that is out there.

When you look at your car (and the 100,000’s of lines of code in all its systems), microwave ovens (and the 1,000’s of lines of code in each one), avionics (and the 10,000,000’s of lines of code to talk to various sub-systems), remote controls (and the 1,000’s of lines of code in each one) and hundreds of other devices.

These embedded devices require a level of code testing and transparency simply not offered by “higher level” languages. JAVA, however, has a strong (but still weak compared to “C”) embedded standing.

In short, the embedded market is HUGE. Simple HUGE. And it is almost all “C” with some assembly. Multi-core? Who cares. Ada? Dead and almost not used in any avionics systems even in the military. Yes, the C-17 and B1B are “C” based now-a-days with Ada being phased out of all systems.

Richard Rankin says:

C language

I was raised on UNIC/C so I have to admit a prejudice. Almost all of both Windows and UNIX/Linux are written in C. The best and fastest math libraries are written in C. C is the fastest language and all other modern languages are derivatives of it. Multicore programming? Multithreading and multicore programming are not the same thing. The latter requires intelligence. Just because C is everywhere doesn’t make it better – just look at COBOL. C is better because of it’s capabilities.

C makes it easy to shoot yourself in the foot. C++ makes it harder, but when you do, you blow your whole leg off.

— Bjarne Stroustrup

Anonymous Coward says:

C Language

I agree with Steve. With desktops getting more powerful, it seems dumb to use c as it is very tedious and time consuming, however it is simple, precise, and sparing of machine resources. It is complete control, everything embedded devices need short of assembly, and there are so many more embedded devices than desktops.

oldsChool says:

future of c

Many of the popular devices coming out today are supporting the popular OO languages in their SDK’s. More powerful internals make C less necessary. But no one has mentioned those industries that are obsessed with speed. Financial and communication are two I think of. It’s hard to find the combination of blazing execution and portability that C offers.

Anonymous Coward says:

C is the best language and in fact many language is developed using c.All the ‘other’ programming languages are built basically on C and are simple higher levels of abstraction taking you further and further away from the real underlying code.But now it is getting down.if you need to know what are best languages most used in many websites.Refer sitesxray.
http://www.sitesxray.com/

Leave a Reply to Steve Cancel reply

Your email address will not be published. Required fields are marked *

Have a Techdirt Account? Sign in now. Want one? Register here

Comment Options:

Make this the or (get credits or sign in to see balance) what's this?

What's this?

Techdirt community members with Techdirt Credits can spotlight a comment as either the "First Word" or "Last Word" on a particular comment thread. Credits can be purchased at the Techdirt Insider Shop »

Follow Techdirt

Techdirt Daily Newsletter

Ctrl-Alt-Speech

A weekly news podcast from
Mike Masnick & Ben Whitelaw

Subscribe now to Ctrl-Alt-Speech »
Techdirt Deals
Techdirt Insider Discord
The latest chatter on the Techdirt Insider Discord channel...
Loading...
Older Stuff
09:00 Awesome Stuff: Monitor Everything (5)
09:00 Awesome Stuff: Cool Components (1)
12:42 Tech Companies Ask European Commission Not To Wreck The Internet -- And You Can Too (4)
09:00 Awesome Stuff: Play & Listen (1)
09:00 Awesome Stuff: Beyond Chiptunes (12)
09:00 Awesome Stuff: Updated Classics (3)
09:00 Awesome Stuff: Celebrating Cities (1)
09:00 Awesome Stuff: Crafts Of All Kinds (5)
09:00 Awesome Stuff: One Great Knob (13)
09:00 Awesome Stuff: Simple Geeky Toys (2)
09:00 Awesome Stuff: Gadgets For The New Year (18)
09:00 Awesome Stuff: A Post-Holiday Grab Bag (0)
13:34 How Private-Sector Innovation Can Help Those Most In Need (21)
09:00 Awesome Stuff: Towards The Future Of Drones (17)
09:00 Awesome Stuff: Artisanal Handheld Games (5)
09:00 Awesome Stuff: A New Approach To Smartphone VR (5)
09:00 Awesome Stuff: Let's Bore The Censors (37)
09:00 Awesome Stuff: Open Source For Your Brain (2)
09:00 Awesome Stuff: The Final Piece Of The VR Puzzle? (6)
09:00 Awesome Stuff: The Internet... Who Needs It? (15)
09:00 Awesome Stuff: The Light Non-Switch (18)
09:00 Awesome Stuff: 3D Printing And Way, Way More (7)
13:00 Techdirt Reading List: Learning By Doing (5)
12:43 The Stagnation Of eBooks Due To Closed Platforms And DRM (89)
09:00 Awesome Stuff: A Modular Phone For Makers (5)
09:00 Awesome Stuff: Everything On One Display (4)
09:00 Awesome Stuff: Everything Is Still A Remix (13)
09:00 Awesome Stuff: Great Desk Toy, Or Greatest Desk Toy? (6)
09:00 Awesome Stuff: Sleep Hacking (12)
09:00 Awesome Stuff: A Voice-Operated Household Assistant (19)
More arrow