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.
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.
I advocate PERL.
The link is http://perl.org
There is no BEST programming languge. It depeds on what you want to aconplish
AHJ
References :
Comment by washuu_de — June 21, 2009 @ 8:04 pm
Python 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 http://www.python.org
There are some excellent tutorials at:
http://docs.python.org/tutorial/
http://diveintopython.org/
http://livewires.org.uk/python/home
References :
Comment by marn — June 21, 2009 @ 8:52 pm
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.
References :
Comment by Anton — June 21, 2009 @ 9:14 pm