AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

what's IMPOSSIBLE with AHK?
Goto page 1, 2, 3  Next
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> General Chat
View previous topic :: View next topic  
Author Message
heresy



Joined: 11 Mar 2008
Posts: 131

PostPosted: Fri Mar 14, 2008 8:42 am    Post subject: what's IMPOSSIBLE with AHK? Reply with quote

i know there's many threads asking 'what's possible with ahk'
but it's a bit different question Smile

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
View user's profile Send private message
majkinetor



Joined: 24 May 2006
Posts: 3544
Location: Belgrade

PostPosted: Fri Mar 14, 2008 1:01 pm    Post subject: Reply with quote

Not that much... its just a metter of sophistication.
_________________
Back to top
View user's profile Send private message MSN Messenger
m^2



Joined: 28 Feb 2008
Posts: 34
Location: Krk, PL

PostPosted: Fri Mar 14, 2008 1:13 pm    Post subject: Reply with quote

Probably the only limit is performance. It is probably impossible to write a modern game in AHK that will run smooth on current machines.
_________________
Vista wrote:
Wait...
Back to top
View user's profile Send private message
Oberon



Joined: 18 Feb 2008
Posts: 408

PostPosted: Fri Mar 14, 2008 8:23 pm    Post subject: Re: what's IMPOSSIBLE with AHK? Reply with quote

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
View user's profile Send private message
Adde_P



Joined: 04 Jun 2006
Posts: 180
Location: Sweden

PostPosted: Fri Mar 14, 2008 10:55 pm    Post subject: Reply with quote

Oberon wrote:

There's a whole list of them.


Lets see whats impossible... World domination (Atleast I think so Shocked )
_________________
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
m^2



Joined: 28 Feb 2008
Posts: 34
Location: Krk, PL

PostPosted: Fri Mar 14, 2008 11:14 pm    Post subject: Reply with quote

Adde_P wrote:
Oberon wrote:

There's a whole list of them.


Lets see whats impossible... World domination (Atleast I think so Shocked )

It's only limited by programmer's skills not the language Wink
_________________
Vista wrote:
Wait...
Back to top
View user's profile Send private message
Adde_P



Joined: 04 Jun 2006
Posts: 180
Location: Sweden

PostPosted: Fri Mar 14, 2008 11:23 pm    Post subject: Reply with quote

Do you mean the list or world domination Razz
_________________
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
h4xx0r n00bl37



Joined: 14 Mar 2008
Posts: 43

PostPosted: Mon Mar 17, 2008 6:41 am    Post subject: Reply with quote

I don't think AHK can be used to peel potatos and make smoothies.
Back to top
View user's profile Send private message
heresy



Joined: 11 Mar 2008
Posts: 131

PostPosted: Tue Mar 18, 2008 10:34 am    Post subject: Reply with quote

unfortunately i met the limitation of AHK
unicode Sad
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 Smile
Back to top
View user's profile Send private message
BoBoĻ
Guest





PostPosted: Tue Mar 18, 2008 11:00 am    Post subject: Reply with quote

Quote:
I don't think AHK can be used to peel potatos and make smoothies.
Shocked Damn! *looking to find the AutoIt URL* Laughing
Back to top
tic



Joined: 22 Apr 2007
Posts: 1271

PostPosted: Fri Mar 21, 2008 2:58 am    Post subject: Reply with quote

multithreading!

I feel like a n00b not being able to multithread in ahk...
Back to top
View user's profile Send private message
Raccoon



Joined: 02 Jan 2008
Posts: 60

PostPosted: Fri Mar 21, 2008 7:55 am    Post subject: Reply with quote

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
View user's profile Send private message
m^2



Joined: 28 Feb 2008
Posts: 34
Location: Krk, PL

PostPosted: Fri Mar 21, 2008 8:53 am    Post subject: Reply with quote

heresy wrote:
unfortunately i met the limitation of AHK
unicode Sad
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 Smile


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.
_________________
Vista wrote:
Wait...
Back to top
View user's profile Send private message
Tuncay



Joined: 07 Nov 2006
Posts: 379
Location: Berlin

PostPosted: Fri Mar 21, 2008 9:12 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
ChalamiuS



Joined: 29 Mar 2008
Posts: 9

PostPosted: Mon Mar 31, 2008 3:06 pm    Post subject: Reply with quote

Well... blowing stuff up is impossible in ahk Razz (Computers not included Laughing )
_________________
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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> General Chat All times are GMT
Goto page 1, 2, 3  Next
Page 1 of 3

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group