Home > What Programming Language Is Linux Written In?
Question

What programming language is Linux written in?

Answers
03/29/2022
Donahue

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

05/04/2022
Delija

The base is in c and c++ but over time all kinds of functions have been added with other languages.

05/14/2022
Ahearn

Está escrito en C y las rutinas de más bajo nivel se escriben en ensamblador.

Puedes verlo por mismo:

05/17/2022
Lotta Satchwell

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.

Reply
How can I create a text file in Linux? :: What is the best Linux system for older computers?
Useful Links