| View previous topic :: View next topic |
| Author |
Message |
emoyasha
Joined: 12 Nov 2007 Posts: 64
|
Posted: Sun Feb 24, 2008 5:43 am Post subject: report ahk au3 |
|
|
well i have been in the autoit forums programing
and i have come to the following conclusions
|=================|
|++++programing:+++++|
|=================|
-------------------------------------------
-------------------------------------------
autoit is better with:
-network communication
-encryption
-udfs
-gui
-------------------------------------------
-------------------------------------------
autohotkey is better with:
-creating web browser
-gui games (such as my tetris game)
-video
*****************************************
example: i created full featured tetris in autohotkey
and created a full featured messenger that has speech or no speech options and runs off tcp and mysql and many other feature
*****************************************
|=================|
|++++++forums:++++++|
|=================|
---------------------------------------
---------------------------------------
autoit forums:
-if your a script kiddy or leacher your condemned
-however if you try to learn they will help you and are kind to you
-forgiving people
-fast response
-------------------------------------
-------------------------------------
autohotkey forums:
-kind people
-small community
-slow response time
-good co-operation
|=================|
|+++++++++++++++++|
|*******************|
|#######END####### |
|*******************|
|+++++++++++++++++|
|=================| _________________ online .ini reader with encryption
[url=http://www.autohotkey.com/forum/viewtopic.php?p=164102]
advanced tetris game many features [/url] |
|
| Back to top |
|
 |
Laszlo
Joined: 14 Feb 2005 Posts: 4078 Location: Pittsburgh
|
Posted: Sun Feb 24, 2008 7:52 am Post subject: |
|
|
| I am curious: how is AutoIt better in encryption? There are several native AHK encryption functions posted, like RC4 and xTea; xTea also as machine code function (lightning fast); there is a 10-liner interface to the Windows crypto API possible, which can be included in your script and allows simple function calls to AES, DES, RSA… Also, what is missing in AHK to make competitive GUI's? |
|
| Back to top |
|
 |
Oberon
Joined: 18 Feb 2008 Posts: 453
|
Posted: Sun Feb 24, 2008 11:02 am Post subject: |
|
|
| Also what made you think AutoHotkey has inferior UDF support? It has a well defined stdlib mechanism and a user set standard of documentation used by a few major developers. We have nearly everything from COM, FTP+cURL libraries, XML to even wrappers for custom controls and windows ones like web browser, common dialogs and more. With a bit of research you'll find that AutoHotkey doesn't have a lack features anywhere, and in most cases they're a lot easier than the AutoIt counterpart. |
|
| Back to top |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 6847 Location: Pacific Northwest, US
|
Posted: Sun Feb 24, 2008 9:52 pm Post subject: |
|
|
I'm also interested in how you measure "slow response time". _________________
Unless otherwise noted, all code is untested.
Common Answers: 1.(Loops, Viruses, etc.) 2. Search 3.RTFM |
|
| Back to top |
|
 |
|