When comparing AutoIt vs Xojo, the Slant community recommends AutoIt for most people. In the question“What are the best BASIC-like programming languages?” AutoIt is ranked 7th while Xojo is ranked 14th. The most important reason people chose AutoIt is:
Standard library includes solutions for all occasions allowing, in addition to capturing windows, keyboard and mouse events, to create a GUI, access Obj / COM, system processes and threads, the registry, MS Office applications, work with the network and databases.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Rich library included
Standard library includes solutions for all occasions allowing, in addition to capturing windows, keyboard and mouse events, to create a GUI, access Obj / COM, system processes and threads, the registry, MS Office applications, work with the network and databases.
Pro Compiles into portable executable
Interpretable code can be flexibly compiled into compact executable file.
Pro Easy to learn and start to use
Simple BASIC-like syntax and close documentation with clear examples.
Pro Easy to use
Easy to make compiled native apps.
Cons
Con Closed-source
Being a closed-source scripting language creates security concerns such as hidden back doors.
Con Unfriendly forum
Has well known reputation of the forum being unfriendly to newbies and casuals.
Con Basic-like syntax
Basic-like syntax is much less used these days than C-like syntax.
Con Inappropriate standard code editor
The default code editor SciTE is simple but extremely difficult to tune, not recommended for beginners. Alternative editors are weak for AutoIt.
Con Lack of flexibility and power
Many necessary things, for example, capturing and analyzing screen pixels or capturing keystrokes by their scan codes, are implemented only through direct access to the Win API through a rather cumbersome code.
Con Ceased to develop
Bugs are slowly fixed and the last major update was many years ago.
Con Subscription-based/Not free
Using this product you're betting the company will still be around. If they get bought out by an enterprise that wants to use the tech internally, all they need to do is stop offering subscriptions and suddenly you're scrambling to rebuild your entire app on other technology.
Con No Android support
They plan to eventually support Android, but for now, they only support iOS.