What programming language do they actually use to write Linux?
By clorissa123
@clorissa123 (4926)
United States
September 27, 2009 1:06pm CST
I am actually interesting in Linux operating system. Now, I am learning about its commands online right now. Hopefully, I can make Linux good use to me. I also want to know what programming language they used to write the Linux operating system? Java? C++? Or others..........? If any computer genius here, please give me an advise on this subject.
1 person likes this
1 response
@wangjihong350 (887)
• China
28 Sep 09
Using C and assembly language
With the C language, reason: more efficient.
If using C + +, while supporting OOP, but low efficiency. Can be simulated using C language is still a certain degree of OOP effect.
Of course, there is a reason, UNIX was rewritten to use C. The Linux is a UNIX variant, of course, better compatibility with the same language.
Platform-specific version of the course you need some assembly code.
@clorissa123 (4926)
• United States
28 Sep 09
wow, it seems there is much more to learn about Linux and the source code on it. I should spend more time, and energy focus on doing it. I am nut for the programming right now. I am a newbie, and I would like to dedicate myself more to it. Thanks once again here.