 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
i542 Guest
|
Posted: Wed Jul 25, 2007 2:04 pm Post subject: |
|
|
B) |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Jul 25, 2007 2:29 pm Post subject: |
|
|
The grass appears to be bigger than the mountain doesnt mean the mountain is small. It depends on your view.
 |
|
| Back to top |
|
 |
BoBoĻ Guest
|
Posted: Wed Jul 25, 2007 2:35 pm Post subject: |
|
|
I like your attitude
You know that perspective can fool you, but you still seem to think that size matters
But, hey Jupiter is smaller than Planet Earth, anyone can see it! So it is with AutoIt. Trust me  |
|
| Back to top |
|
 |
MissDirty Guest
|
Posted: Wed Jul 25, 2007 2:47 pm Post subject: compare for yourself |
|
|
Decided to hunt down AutoIt source. I found some 3.1 old stuff, opened in Visual Studio, very pretty, nice classes, broken down nicely.
Opened AHK source.
You will NEVER ever find AHK allowed into a corporate setting. The code within is horribly designed, spaghetti.
I am off to ask to become one of the AutoIt developers. I understand there are 6-10 of them active.
I also hear they have Vista UAC support and digitally signed binaries.
Hold on AHK, AutoIt's coattails won't hold you forever.
MissD |
|
| Back to top |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 6847 Location: Pacific Northwest, US
|
Posted: Wed Jul 25, 2007 3:11 pm Post subject: |
|
|
we don't need coattails.
AHK does what we want, and if it doesn't maybe we'll try AutoIt.
Why is everyone getting their panties in a knot over this. AHK and AutoIt can ignore each other just fine. Am I missing an actual problem here? _________________
Unless otherwise noted, all code is untested.
Common Answers: 1.(Loops, Viruses, etc.) 2. Search 3.RTFM |
|
| Back to top |
|
 |
BoBoĻ Guest
|
Posted: Wed Jul 25, 2007 3:15 pm Post subject: |
|
|
| Quote: | | I am off to ask to become one of the AutoIt developers | That's great news! Good luck!!
| Quote: | | I also hear they have Vista UAC support and digitally signed binaries. | And I heard that there are weapons of mass destruction in iraq, but who knows ? |
|
| Back to top |
|
 |
BoBoĻ Guest
|
Posted: Wed Jul 25, 2007 3:18 pm Post subject: |
|
|
@ MissDirty
| Quote: | | Decided to hunt down AutoIt source. I found some 3.1 old stuff, opened in Visual Studio, very pretty, nice classes, broken down nicely. | Thanks for the confirmation that its source was open (for that reason lets call it 'open source')  |
|
| Back to top |
|
 |
PhiLho
Joined: 27 Dec 2005 Posts: 6721 Location: France (near Paris)
|
Posted: Wed Jul 25, 2007 4:40 pm Post subject: |
|
|
Who care which world is the biggest?
There are probably much more Python programmers or Perl programmers than AutoIt programmers. So what?
And no, the source code was never stolen, or Jon (or people around him) didn't understood the point of the GPL license under which he release the source of AutoIt 3. BTW, Chris still comply to this license, even if very little of the original source remains in the current version.
The code might not win a beauty contest, but it is heavily commented, and efficient. And updated on a very regular basis. When I had to choose between the two languages (end of 2005), AutoIt 3 wasn't updated for months, while AutoHotkey seems to have a very fast response to bug reports.
I am surprised to see there is still lot of resentment (in some people) from the split of the languages, even though they address quite a different public: the differences of syntax should attract different people. It was the primary purpose of AHK: to keep the compatibility with AutoIt 2, which was dropped by AU3.
These arguments (number of users, etc.) are no way to convince somebody to choose one language. It is silly and childish (mine is bigger than your! ) _________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2") |
|
| Back to top |
|
 |
Laszlo
Joined: 14 Feb 2005 Posts: 4078 Location: Pittsburgh
|
Posted: Wed Jul 25, 2007 7:58 pm Post subject: |
|
|
I don't understand: why you guys respond to trolls? There are trolls, with a hint of intelligence, or wit, or at least have some basis of criticism. But these? They are just plain stupid, who did not read the previous conversation on the same topic, repeat old accusations, do not have any constructive suggestion just try insult and annoy others.
If you have so much free time to even read the garbage these trolls post, let's improve AHK further, instead. With the standard libraries there is enough to do. |
|
| Back to top |
|
 |
AutoGuest Guest
|
Posted: Wed Jul 25, 2007 7:59 pm Post subject: |
|
|
| PhiLho wrote: | Who care which world is the biggest?
There are probably much more Python programmers or Perl programmers than AutoIt programmers. So what?
And no, the source code was never stolen, or Jon (or people around him) didn't understood the point of the GPL license under which he release the source of AutoIt 3. BTW, Chris still comply to this license, even if very little of the original source remains in the current version.
The code might not win a beauty contest, but it is heavily commented, and efficient. And updated on a very regular basis. When I had to choose between the two languages (end of 2005), AutoIt 3 wasn't updated for months, while AutoHotkey seems to have a very fast response to bug reports.
I am surprised to see there is still lot of resentment (in some people) from the split of the languages, even though they address quite a different public: the differences of syntax should attract different people. It was the primary purpose of AHK: to keep the compatibility with AutoIt 2, which was dropped by AU3.
These arguments (number of users, etc.) are no way to convince somebody to choose one language. It is silly and childish (mine is bigger than your! ) |
I agree. Each language will attract different people. Personally, I like that Chris keeps AutoHotkey up-to-date, but other people may think differently. |
|
| Back to top |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 6847 Location: Pacific Northwest, US
|
Posted: Wed Jul 25, 2007 8:26 pm Post subject: |
|
|
| Laszlo wrote: | I don't understand: why you guys respond to trolls? There are trolls, with a hint of intelligence, or wit, or at least have some basis of criticism. But these? They are just plain stupid, who did not read the previous conversation on the same topic, repeat old accusations, do not have any constructive suggestion just try insult and annoy others.
If you have so much free time to even read the garbage these trolls post, let's improve AHK further, instead. With the standard libraries there is enough to do. |
hear hear!
can a moderator lock this troll thread? (and delete future ones) _________________
Unless otherwise noted, all code is untested.
Common Answers: 1.(Loops, Viruses, etc.) 2. Search 3.RTFM |
|
| Back to top |
|
 |
SKAN
Joined: 26 Dec 2005 Posts: 6264
|
Posted: Wed Jul 25, 2007 8:39 pm Post subject: |
|
|
| Laszlo wrote: | | If you have so much free time to even read the garbage these trolls post, let's improve AHK further, instead. With the standard libraries there is enough to do. |
I agree!
| engunneer wrote: | | can a moderator lock this troll thread? (and delete future ones) |
Do we really have to be bothered ?  |
|
| Back to top |
|
 |
bold
Joined: 20 Apr 2006 Posts: 16
|
Posted: Wed Jul 25, 2007 9:25 pm Post subject: |
|
|
| Did someone really revive this thread? After 13 months? Sad..., he must be really unhappy. Wy don't we just try to cheer him up instead. |
|
| Back to top |
|
 |
bold
Joined: 20 Apr 2006 Posts: 16
|
Posted: Wed Jul 25, 2007 9:29 pm Post subject: |
|
|
| 15 months actually. Is that a record? |
|
| Back to top |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 6847 Location: Pacific Northwest, US
|
Posted: Wed Jul 25, 2007 9:35 pm Post subject: |
|
|
I think i have seen older threads dug up. _________________
Unless otherwise noted, all code is untested.
Common Answers: 1.(Loops, Viruses, etc.) 2. Search 3.RTFM |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|