| View previous topic :: View next topic |
| Author |
Message |
CircuitryMaker
Joined: 28 Jan 2006 Posts: 24
|
Posted: Mon Nov 05, 2007 10:42 pm Post subject: Why do I prefer using AHK instead of Java or oo-BASIC ? |
|
|
It is really strange with AHK. It is the only programming language I still stick to for windows programming.
Recently I tried to control openoffice calc via it`s own makro language called basic which is rather java than a "beginners all-purpose symbolic instruction code".
Having tried and tried and tried I came back to AHK, created my own spreadsheet management program and left oo where it is.
And it is even faster, more reliable and more comfortable to deal with.
What is it that makes AHK create useful applications in such a short period of time ? Of course, I am doing well because I sticked to it. But this is not the only reason.
I guess, because the structure is better - closer to human thinking than java will ever be - and this applies to the manual aswell.
Last edited by CircuitryMaker on Tue Nov 06, 2007 9:07 pm; edited 1 time in total |
|
| Back to top |
|
 |
williamsharkey
Joined: 06 Oct 2007 Posts: 52 Location: Philadelphia
|
Posted: Tue Nov 06, 2007 12:48 am Post subject: |
|
|
You touched on the manual.
Yes, let me emphasize that. Can I get an amen?
It's honestly a great manual. It is as much a part of my ahk programing experience as the language itself.
Terrific job on that Chris and helpers! |
|
| Back to top |
|
 |
Ian
Joined: 15 Jul 2007 Posts: 1157 Location: Enterprise, Alabama
|
Posted: Tue Nov 06, 2007 1:08 am Post subject: |
|
|
| Yes, I agree with both of you. In my opinion, AHK is by far the simplest programing language ever created. It is easy to memorize and understand. The manuals and self proclaimed explanations are extremely simple and easy to follow. I think someone, in just one day can learn to use most of its functions. |
|
| Back to top |
|
 |
CircuitryMaker
Joined: 28 Jan 2006 Posts: 24
|
Posted: Tue Nov 06, 2007 2:06 am Post subject: |
|
|
| actually I am talking about AutoHotkey.chm. |
|
| Back to top |
|
 |
Ian
Joined: 15 Jul 2007 Posts: 1157 Location: Enterprise, Alabama
|
Posted: Tue Nov 06, 2007 2:21 am Post subject: |
|
|
| I know. |
|
| Back to top |
|
 |
Dragonscloud
Joined: 16 Jul 2005 Posts: 96
|
Posted: Fri Nov 23, 2007 12:27 am Post subject: |
|
|
For the most part, I find VBA to be the best solution for me when building database apps. At least until I get around to learning OoBasic, at which point I'll probably port everything to Open Office.
Having said that, AHK has come to my rescue at times where I'd have to mess with WinAPI and add references that might be incompatible with other Office versions to be able to get the job done in VBA. AHK has been my best solution for small helper applications. I would use AHK even more with Access if VBA had an equivalent to RunWait.
At home, I mainly use AHK. I was able to make some useful utilities on my first day of working with AHK, and I can't say that for any of the other languages I've dabbled in so far. AutoIt would've been okay, but even the example scripts bugged out on the machine I tried them on.
Thanks to Chris, I had a relatively easy language to learn basic programming skills on. Made it easier to learn VBA. Just in time, too. I would have been laid off of work for the last 4 months like most of my coworkers had it not been for my new skills. :c} _________________ “yields falsehood when preceded by its quotation” yields falsehood when preceded by its quotation. |
|
| Back to top |
|
 |
Thalon
Joined: 12 Jul 2005 Posts: 640
|
Posted: Fri Nov 23, 2007 1:55 pm Post subject: |
|
|
Yepp, the AHK-manual is by far the best I've ever read.
I did try C# a bit (as I have to correct bugs in a C#-program from time to time), but it nerves me.
I do not come along with the documentation...
Thalon _________________ AHK-Icon-Changer
AHK-IRC
deutsches Forum
SacredVault |
|
| Back to top |
|
 |
JDN
Joined: 24 Mar 2004 Posts: 126
|
Posted: Tue Nov 27, 2007 3:20 pm Post subject: |
|
|
| Every time I come back to AHK, it becomes more obvious and more easy to use. It is a very happy experience to see how things keep working successfully. |
|
| Back to top |
|
 |
Murp|e
Joined: 12 Jan 2007 Posts: 240 Location: Norway
|
Posted: Tue Nov 27, 2007 6:14 pm Post subject: |
|
|
| I agree, the manual is exceptionally easy and usefull. |
|
| Back to top |
|
 |
|