Good day. I need to write a desktop application for Windows, Mac and Linux. Which language should I choose and GUI to minimize costs?
Closed due to the fact that off-topic participants Oceinic , torokhkun , LEQADA , Streletz , aleksandr barakin 19 Nov '15 at 12:39 .
It seems that this question does not correspond to the subject of the site. Those who voted to close it indicated the following reason:
- " Questionnaires are forbidden on Stack Overflow in Russian . To get an answer, rephrase your question so that it can be given an unambiguously correct answer." - Oceinic, torokhkun, LEQADA, Streletz, aleksandr barakin
3 answers
There are many languages. It depends on what application write what its requirements are. You can try Python. If it’s simple, you can write to Tk / Tcl, the module for working with it is included in the batteries. If you want something more decent and serious, then PyQt. The last option is the best combination of power and portability.
If the big requirements for speed, etc., then C ++ + Qt.
The TK / TcL module for python is called Tkinter, he himself wrote on it. But my choice recently for this kind of occupation is C ++.
If the application is a fairly simple form on the screen and then simple processing based on the filled fields, then look at Tcl / Tk.