Slashdot Mirror


User: amejia1

amejia1's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:C used in your favorite programming language on C Beats Java As Number One Language According To TIOBE Index · · Score: 1

    The HotSpot JVM is mainly written in C++, but there are a few places where C code is used.

  2. C used in your favorite programming language on C Beats Java As Number One Language According To TIOBE Index · · Score: 2

    It should be noted that for most programming languages, it is highly likely that the compiler and other code used for most if not all programming languages are written in C. If you're using Java, you're using C code. If you're using Perl, you're using C code. If you're using Python, you're using C code. And so on.