GGG: What beginner programming language is suitable for developing minor programs?
I have learnt some basic command line interpreters, and created a few scripts using them, so I am familiar with the protocols of creating programs, and required to know if there is a simple programming language, capable of developing minor applications, such as alarms, and auto clickers.
Not bothering with C++, too complicated currently.
Additionally, if you could post a link to x programming language’s tutorial, that would be great.
Thanks in advance.
Answers and Views:
Answer by washuu_de
I advocate PERL.
The link is https://www.perl.org/
There is no BEST programming languge. It depeds on what you want to aconplish
AHJ
Answer by marnPython is a helpful and friendly language for a beginner. As well as letting you run programs contained in files, you can try out the effects of each command at the Python prompt.
You can get Python from https://www.python.org
There are some excellent tutorials at:
https://docs.python.org/tutorial/
If you are a windows user get a few copies of Visual Studio Express Editions (Visual Basic.NET, C#), download Eclipse for Java programming. Google those for links. You can write javascript scripts and execute them right in your browser.
Leave a Reply