Slashdot Mirror


C Programming Language Back At Number 1

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."

1 of 535 comments (clear)

  1. Re:C-whatever by Lunix+Nutcase · · Score: 4, Informative

    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.