AutoIt a programming language?

2010-07-21T03:08:55

Is AutoIt a programming language? What's the difference between a programming language and a scripting language.

AutoIt seems quite complex. There are a lot of things you can do in it. The code can even be compiled into an .exe file. So I don't understand why it wouldn't be considered a programming language.

Copyright License:
Author:「neuromancer」,Reproduced under the CC 4.0 BY-SA copyright license with link to original source & disclaimer.
Link to:https://stackoverflow.com/questions/3293430/autoit-a-programming-language

About “AutoIt a programming language?” questions

Is AutoIt a programming language? What's the difference between a programming language and a scripting language. AutoIt seems quite complex. There are a lot of things you can do in it. The code ca...
I want to create a compiler for AutoIt, which compiles it to x86-instructions - however, I was unable to find an official syntax description of the AutoIt language (may it be in form of ANTLR-syntax-
I am using a scripting language named AutoIt. It has an IDE named SciTE editor. But it lacks a lot of features. So i have planned to make one. I have the basic knowledge to make a GUI with a multi ...
Soon I will be coding the file patcher for my application (check if the files are up-to-date and download newest if not) so its not much to code. The problem is that I don't want the application u...
On Windows 7, when we install an unsigned driver, it will pop-up a Windows security dialog. It is easy to have it be clicked on by AutoIt. Just search the window dialog with the specified window
Hi guys, our company's website has this file upload button for uploading multiple images. How can I create a script that automatically selects the images then uploads them? I already know the path of
I've got AutoIt code/program which is required to run in the background and I've been trying to integrate with Java with little success as seen in my earlier post here. Essentially I would like t...
How to run a script on specific actual time's in Autoit? for example I start Autoit script at any time and it wait until my defined time (e.g. 01:00:00 & 02:00:00 & ...) reach's and then sc...
Wikipedia says: A programming language is a machine-readable artificial language designed to express computations that can be performed by a machine, particularly a computer. Programming languag...
I'm trying to call a C style library called "universal speech" from AutoIt 3 (latest version). I get the desired action from the function I'm calling but after I get the response AutoIt crashes say...

Copyright License:Reproduced under the CC 4.0 BY-SA copyright license with link to original source & disclaimer.