Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Java Programming

C Programming Language Back At Number 1 535

derrida writes "After more than 4 years C is back at position number 1 in the TIOBE index. The scores for C have been pretty constant through the years, varying between the 15% and 20% market share for almost 10 years. So the main reason for C's number 1 position is not C's uprise, but the decline of its competitor Java. Java has a long-term downward trend. It is losing ground to other languages running on the JVM. An example of such a language is JavaFX, which is now approaching the top 20."
This discussion has been archived. No new comments can be posted.

C Programming Language Back At Number 1

Comments Filter:
  • by Raul Acevedo ( 15878 ) <raul AT cantara DOT com> on Tuesday April 06, 2010 @11:27PM (#31757470) Homepage

    "Java has a long term downward trend". Wrong. For one, C and Java share the same "downward trend" from 2002 (earliest year on the chart) and 2007. From 2007 to late last year, both C and Java basically stay about the same. Only in the last 6 months or so can you say Java has been doing down and C rising.

  • by Alex Belits ( 437 ) * on Tuesday April 06, 2010 @11:51PM (#31757638) Homepage

    The use of ">" as a quote marker in email and Usenet news is at least 30 years old.
    Displaying lines quoted with ">" in a color that differs from the rest of the message is at least 20 years old.

    4chan and its "> Implying..." greentext has nothing on those traditions.

  • by Gr8Apes ( 679165 ) on Wednesday April 07, 2010 @12:06AM (#31757720)

    And nothing more nightmarish than bad assembly.

    Have you seen a thorough Spring implementation?

  • Re:Why C? (Score:3, Informative)

    by Macrat ( 638047 ) on Wednesday April 07, 2010 @12:19AM (#31757812)
    At least it's not Pascal or Fortran.
  • by someone1234 ( 830754 ) on Wednesday April 07, 2010 @02:26AM (#31758368)

    No, they are more likely the abused.

  • Re:C-whatever (Score:5, Informative)

    by Lunix Nutcase ( 1092239 ) on Wednesday April 07, 2010 @02:27AM (#31758374)

    Amusingly enough, the interpreters/compilers for all those languages were originally developed in C and/or C++.

    It would have been rather hard for the original Lisp compiler to be written in C since it predates the existence of C by almost a decade. Not to mention how for a decade or more that Lisp was pretty much running only on Lisp machines that were built to natively execute Lisp code. And most of the original Smalltalk implementations were also not written in C.

  • by Eraesr ( 1629799 ) on Wednesday April 07, 2010 @02:57AM (#31758518) Homepage
    The problem with parentheses grouping/highlighting is that once you're missing a parenthesis, the editor will stop highlighting or worse, highlight the wrong parenthesis.
  • by gknoy ( 899301 ) <gknoy@@@anasazisystems...com> on Wednesday April 07, 2010 @04:03AM (#31758748)
    (I (disagree
       (there (is (a (missing)
             (parenthesis (somewhere))
             in))
          (your Lisp code)))
       )  ;; <-- Was this it?
          ;; Auto-indenting editors like Emacs make it easy to catch such mistakes,
          ;; as does breaking your expressions over multiple lines for readability.
  • by Anonymous Coward on Wednesday April 07, 2010 @05:12AM (#31758942)

    language exists invert forth beautiful-as

  • Delphi Rules! (Score:2, Informative)

    by Flytrap ( 939609 ) on Wednesday April 07, 2010 @08:15AM (#31759720)

    As the CTO of a major global tier one financial services and banking group I manage tons of different software technologies (not to mention the various computing platforms that software has to run on), ranging from Cobol and Java on mainframes to C and TCL on point of sale and EFT terminals through to Java, C# and Visual Basic on servers and ATMs... and of course all the scripting and interpreted languages in between.

    I am a dyed in the wool Java person (I personally developed the group's core banking frame work in Java when I still headed up the groups IT architecture division).

    I am now a strong advocate for data centre simplification by standardising on .NET for customer facing and branch teller systems (all our teller systems still run on a custom build of OS/2, would you believe)

    In my personal capacity (I run a successful independent software development firm as a hobby), I am sold on Embarcadero RAD Studio 2010. To be fair I have been a Delphi fan since version 1 (well since Turbo Pascal 6.0, if you really must know). But switched professionally to Java when JBuilder took off.

    Delphi will never enjoy the market position it enjoyed in its heydays... but it remains the staple of the ISV. Lots of software that we use every day is developed using Delphi, ranging from Skype, the Winter Olympics 2010 Rings, Macromedia HomeSite, QuickBooks Point of Sale, Total Commander, Installaware, Yahoo! Go for TV, MySQL Administrator, Dev-C++, TurboCASH , StarUML, SharpE , Cobian Backup, PocoMail, Jabber, XPlite, DynDNS Updater, MultiEdit, SQL Litspeed, CoffeeCup HTML Editor, Windows Shell Extension for M4A music files, PL/SQL Developer and thousands of other software systems that we use every day and take for granted.

    So when I started playing with RAD studio 2010, I was impressed at the versatility of the suite. I can do everything from full on .NET (framework 3.5) software development using Microsoft Visual Studio and the Delphi Prism personality to traditional Win32 development. I can even do high performance stuff by taking advantage of the inline assembler and inter-mingling assembly code with my Delphi code. Last night I was impressed that Microsoft tools such as WSDL.exe and XSD.exe were able to generate Delphi code for me to create .NET web services using Delphi directly in Microsoft Visual Studio.

    So with Delphi, I have the best of all worlds, and it shouldn't be surprising that as the climate for the independent software developer is getting brighter, we should see a resurgence of those tools that give small development teams platform and technology optionality.

  • by jeanph01 ( 700760 ) on Wednesday April 07, 2010 @09:28AM (#31760294)

    Well Google insights give another view and this confirm the trend that tiobe gives :

    http://www.google.com/insights/search/#q=java%20job%2Cc%20job%2Cc%23%20job%2Cjavascript%20job&cmpt=q [google.com]

"Protozoa are small, and bacteria are small, but viruses are smaller than the both put together."

Working...