Answer the question
In order to leave comments, you need to log in
What programming language is worth learning with a visible result?
What programming language to learn so that you can see the result of the code? Some kind of mini programs to write, etc. Looked at C++, which is very difficult.
I know a little programming, like what are functions, arrays, variables, etc.
Answer the question
In order to leave comments, you need to log in
Maybe python, it's cross-platform.
If you are programming under Linux, and you need to make small programs (or scripts in general) for yourself, then the linux shell will be the best solution. The result of each command is visible there. But for serious large projects, it is not suitable.
If under Windows, and you also need small programs, then take batch. But this is in case you are completely desperate :). It is much worse than the linux shell.
In general, you can see the result of executing any program through the debugger.
As for c++: yes, it may seem complicated, but it is very fast, and there are hundreds (if not thousands) of libraries for it. With ++, you can program on absolutely all platforms. Also, if it will be difficult to make a normally applied program with a graphical interface in python (it will be slow and crooked, because python is not intended for these purposes), then in c ++ large "correct" programs are obtained, which anyone can run on everyone platforms.
So I still recommend learning C++. After it, you can quickly learn absolutely any Japanese language. And for Count. interface I recommend qt, a very convenient library
If you know html, then learning Elm will lead to the fastest and most visible results . You can simply try simple (and not so) things online, for more serious things you will have to install node and a compiler. For graphics, you will have to master svg.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question