Home
> What Programming Language Is Linux Written In?
Question
What programming language is Linux written in?
Reply
Similar articles
- Is it possible to change the language of Windows 10 Professional OEM?
- How difficult is it to learn programming for someone who has no knowledge of computer programming?
- What is the difference between Linux RPM and Linux DEB?
- What does the rm -rf ~ command do in Linux?
- What is the difference between Linux Mint MATE and Cinnamon?
The kernel is written in C and some assembly code for very low level access such as hardware.
As for Linux desktops it depends on the window manager, GTK based ones are written in C and KDE based ones in QT C++, that is the base, additionally there are other languages such as Python which is very popular in Linux for specific functions.
The main feature of Linux desktops is that they are written in C and KDE based ones in QT C++, that is the base, additionally there are other languages such as Python which is very popular in Linux for specific functions.
The main feature of Linux desktops is that they are written in C and KDE based ones are written in QT C++.
The base is in c and c++ but over time all kinds of functions have been added with other languages.
Está escrito en C y las rutinas de más bajo nivel se escriben en ensamblador.
Puedes verlo por mismo:
Linux is a very generic term.
What people know is a whole. It actually consists of two parts at a general level.
The kernel, which is the core by which the system can communicate with the computer hardware with either a console or graphical interface. In particular Linux was created by Linus Torvalds, in assembler and C.
And all the remaining set of programs have been created in C, C++, I mean the remaining tools such as graphical interfaces, working and development tools.