Is the AutoHotkey project dead? A quick word with the developer
AutoHotkey is one of the most incredible applications ever. As far as programming languages go, it's not exactly elegant. But it is easy to learn (if not to master), free, open-source and insanely powerful.
But I guess you might already know all that. What you might not know is why no new AutoHotkey version has been released since September 25, 2009. That's almost a year of stagnation: for one of the most active scripting communities on the Web, that's a small eternity. Is the project dead?
Several AutoHotkey branches started popping up, including a .NET port called IronAHK and other varieties. And still there was no word from AutoHotkey's developer, Chris. He was simply gone; no word on the forums for months, despite multiple threads wondering where he is and whether or not he's deserted the project
I decided to send Chris an email, and to my surprise (and delight), he replied! It turned into a short interview, which you can read after the jump.
Download Squad -- I'm a huge AHK fan, and have recently released a script on DLS itself. It seems as though you are not very active onAHK recently; would you care to comment on this?
Chris -- Due to other commitments, I haven't been working on AutoHotkey much lately. I'm not sure when this will change.
However, other developers have been creating various enhancements such as Unicode, objects/arrays, and multithreading. If you're interested, some of their work is discussed at the forum.
Wow, thank you for replying! Great to hear from you! Do you officially endorse any of the new branches?
Due to a time crunch lately, I haven't tried any of the other versions of AutoHotkey. I know only a few general things about them based on snippets others have told me.
Have you considered taking on any other developers for the main AHK source tree?
Developers have always been welcome to work on AutoHotkey. I tried to make this clear starting in 2006 with the topic AutoHotkey Needs You. However, I suspect that only a small percentage of AutoHotkey users consider themselves programmers, and an even smaller number of them have any C or C++ background. Additionally, I've expressed to other developers my desire that AutoHotkey stay focused more on its missions (automation, hotkeys, and GUI) rather than on becoming a general-purpose programming language. These things may partly explain why there has never been a large team of developers working consistently on a single version of AutoHotkey.
Have you considered using AHK as a personal PR vessel? It is one of the most amazing automation products ever created for the PC (IMHO), but your bio isn't anywhere on the site for potential employers/customers to find. Is that on purpose?
I just wanted AutoHotkey to empower people to do automation and hotkeys. Those are areas I really enjoy rather than being related to my career.
Bottom line: AutoHotkey isn't "dead", but it's unclear when Chris intends to come back to the project. Personally, I would not rush into using any of the new variants, because they are simply not thoroughly tested enough. I think the best thing that can happen for this project is that someone pitches in and starts working on the main code branch; it's not fully clear to me why that isn't happening, but I can only hope that some day, it will.
It would also be fantastic if Chris could ever monetize AutoHotkey and receive something back for all of the time and effort he's put into this community; however, that is even less likely to happen.
I'd like to thank Chris once more for talking to me and being so frank on the matter.














Comments
7
Subscribe to commentsDevonJul 5th 2010 2:54PM
Well it's good to hear the project isn't dead! But the product is already very good, so I don't see much room for improvement, other than finding more clever uses for it.
What was the text editor used in the screenshot in this entry? I know I've seen it before, but I don't know the name.
jsmorleyJul 5th 2010 3:39PM
Not be be the skunk at the picnic, but AutoIt3, which started life as an offshoot of AHK, has leap way ahead in capabilities and is still very active and well supported.
http://www.autoitscript.com/autoit3/index.shtml
danielkzaJul 5th 2010 9:20PM
I have to agree AutoIt beats AHK in pretty much everything, from syntax to libraries. But I need to point out, AHK is the one that started based on AutoIt, at least according to Wikipedia: it even used AU3's compiler in its beginnings.
jokermatt999Jul 5th 2010 3:57PM
Thanks for doing a feature like this, it's nice to hear some word from projects which may or may not be dead.
fincanJul 5th 2010 4:49PM
is there any cross platform version of this kind of tool? Both autoit and autohotkey are windows only.
hmmJul 6th 2010 8:39AM
IronAHK works on Mono on Linux. I haven't personally tested it though.
Nakul SharmaJul 5th 2010 6:07PM
Thanks Erez for this post. AutoHotKey is my lifesaver.