+ 4

How to make a program for Linux

25th Jul 2017, 3:41 PM
Amro Elkhodari
Amro Elkhodari - avatar
3 ответов
+ 5
The most used programming language in Linux is C++. It has Object Oriented capabilities and can be used with Graphic Interface Libraries like GTk and Qt. The second most used language is Java. That is totally Object Oriented and can be run in practically all platform included Android, Windows, OSX, etc.
25th Jul 2017, 3:46 PM
⏩▶Clau◀⏪
⏩▶Clau◀⏪ - avatar
+ 7
The second one most used language in Linux (at least Debian branch, which is the major Linux branch) is rather Python than Java ^^
26th Jul 2017, 8:41 AM
visph
visph - avatar
+ 3
You can create programs for Linux in the same way any other plataform, you can wirte programs in C, C++, Java, Python, Ruby, JavaScript (NodeJS), Golang, or whatever programming language you want, and compile it or run it with the appropiate interpreter. If you do not know any programming languages yet, start with Python..
12th Aug 2017, 2:33 AM
noobcøder
noobcøder - avatar