| View previous topic :: View next topic |
| Author |
Message |
heresy
Joined: 11 Mar 2008 Posts: 131
|
Posted: Fri Mar 14, 2008 8:42 am Post subject: what's IMPOSSIBLE with AHK? |
|
|
i know there's many threads asking 'what's possible with ahk'
but it's a bit different question
i've been want to learn programming language to make my own apps.
after examine programming languages
i realize that writing apps requires too much time and effort
so i thought it's worthless unless i'm gonna sell apps
few months ago, i found Python script language which fit my needs
Easy, Quick, Powerful,
but i found AutoHotKey while thinking of learning Python.
it was totally awesome.
More Easy, More Quick than Python
i never imagine that making apps can be done in this shortest time and less effort
and now i'm curious that what's the limitation of AutoHotKey?
what's impossible? especially comparing to Python
maybe online messenger like icq? i don't know.
i don't want to make games.
so i don't care even ahk can't use DirectX
my only interest is making apps
tell me your experience that you met the limitation of AutoHotKey
what was impossible? |
|
| Back to top |
|
 |
majkinetor
Joined: 24 May 2006 Posts: 3544 Location: Belgrade
|
Posted: Fri Mar 14, 2008 1:01 pm Post subject: |
|
|
Not that much... its just a metter of sophistication. _________________
 |
|
| Back to top |
|
 |
m^2
Joined: 28 Feb 2008 Posts: 34 Location: Krk, PL
|
Posted: Fri Mar 14, 2008 1:13 pm Post subject: |
|
|
Probably the only limit is performance. It is probably impossible to write a modern game in AHK that will run smooth on current machines. _________________
|
|
| Back to top |
|
 |
Oberon
Joined: 18 Feb 2008 Posts: 408
|
Posted: Fri Mar 14, 2008 8:23 pm Post subject: Re: what's IMPOSSIBLE with AHK? |
|
|
| heresy wrote: | few months ago, i found Python script language which fit my needs
Easy, Quick, Powerful,
but i found AutoHotKey while thinking of learning Python. | You could learn both. |
|
| Back to top |
|
 |
Adde_P
Joined: 04 Jun 2006 Posts: 180 Location: Sweden
|
Posted: Fri Mar 14, 2008 10:55 pm Post subject: |
|
|
Lets see whats impossible... World domination (Atleast I think so ) _________________
 |
|
| Back to top |
|
 |
m^2
Joined: 28 Feb 2008 Posts: 34 Location: Krk, PL
|
Posted: Fri Mar 14, 2008 11:14 pm Post subject: |
|
|
| Adde_P wrote: |
Lets see whats impossible... World domination (Atleast I think so ) |
It's only limited by programmer's skills not the language  _________________
|
|
| Back to top |
|
 |
Adde_P
Joined: 04 Jun 2006 Posts: 180 Location: Sweden
|
Posted: Fri Mar 14, 2008 11:23 pm Post subject: |
|
|
Do you mean the list or world domination  _________________
 |
|
| Back to top |
|
 |
h4xx0r n00bl37
Joined: 14 Mar 2008 Posts: 43
|
Posted: Mon Mar 17, 2008 6:41 am Post subject: |
|
|
| I don't think AHK can be used to peel potatos and make smoothies. |
|
| Back to top |
|
 |
heresy
Joined: 11 Mar 2008 Posts: 131
|
Posted: Tue Mar 18, 2008 10:34 am Post subject: |
|
|
unfortunately i met the limitation of AHK
unicode
can't display unicode texts properly in gui
which means AHK can't interlock with zillions of web pages in unicode
i know it's known problem and unpromised future feature
well but i still like AHK  |
|
| Back to top |
|
 |
BoBoĻ Guest
|
Posted: Tue Mar 18, 2008 11:00 am Post subject: |
|
|
| Quote: | | I don't think AHK can be used to peel potatos and make smoothies. | Damn! *looking to find the AutoIt URL*  |
|
| Back to top |
|
 |
tic
Joined: 22 Apr 2007 Posts: 1271
|
Posted: Fri Mar 21, 2008 2:58 am Post subject: |
|
|
multithreading!
I feel like a n00b not being able to multithread in ahk... |
|
| Back to top |
|
 |
Raccoon
Joined: 02 Jan 2008 Posts: 60
|
Posted: Fri Mar 21, 2008 7:55 am Post subject: |
|
|
Multi-threading would be pretty awesome. I'm not fond of using infinite loops to monitor state changes, but I'm even less fond of using timer objects for the same thing.
If it were possible to create infinite loops with a so-called "Do Events" command, I'd be happy. _________________ Need help right away? Get live support on IRC.
Already have an IRC client installed? /join #autohotkey |
|
| Back to top |
|
 |
m^2
Joined: 28 Feb 2008 Posts: 34 Location: Krk, PL
|
Posted: Fri Mar 21, 2008 8:53 am Post subject: |
|
|
| heresy wrote: | unfortunately i met the limitation of AHK
unicode
can't display unicode texts properly in gui
which means AHK can't interlock with zillions of web pages in unicode
i know it's known problem and unpromised future feature
well but i still like AHK  |
| tic wrote: | multithreading!
I feel like a n00b not being able to multithread in ahk... |
None of these is impossible. They just have no internal support. It is possible to parse unicode strings as binary data. It is possible to implement your own threading mechanism. _________________
|
|
| Back to top |
|
 |
Tuncay
Joined: 07 Nov 2006 Posts: 379 Location: Berlin
|
Posted: Fri Mar 21, 2008 9:12 pm Post subject: |
|
|
| Like m^2 said, it is not impossible. The question here is, if it is possible in any way, not at good performance. Performance is not asked here. |
|
| Back to top |
|
 |
ChalamiuS
Joined: 29 Mar 2008 Posts: 9
|
Posted: Mon Mar 31, 2008 3:06 pm Post subject: |
|
|
Well... blowing stuff up is impossible in ahk (Computers not included ) _________________ The more I study the more I know.
The more I know the more I forget.
The more I forget the less I know.
So why study? |
|
| Back to top |
|
 |
|