AutoHotkey Community

It is currently May 25th, 2012, 12:51 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 104 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7  Next
Author Message
 Post subject:
PostPosted: July 25th, 2007, 3:04 pm 
Image B)


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 25th, 2007, 3:29 pm 
Image

The grass appears to be bigger than the mountain doesnt mean the mountain is small. It depends on your view.

:|


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 25th, 2007, 3:35 pm 
I like your attitude :D
You know that perspective can fool you, but you still seem to think that size matters :lol:

Image

But, hey Jupiter is smaller than Planet Earth, anyone can see it! So it is with AutoIt. Trust me :wink:


Report this post
Top
  
Reply with quote  
 Post subject: compare for yourself
PostPosted: July 25th, 2007, 3:47 pm 
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


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 25th, 2007, 4:11 pm 
Offline
User avatar

Joined: August 30th, 2005, 8:43 pm
Posts: 8647
Location: Salem, MA
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?

_________________
Image
(Common Answers) - New Tutorials Forum - Humongous FAQ


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 25th, 2007, 4:15 pm 
Quote:
I am off to ask to become one of the AutoIt developers
That's great news! Good luck!! 8)
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 ?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 25th, 2007, 4:18 pm 
@ 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') 8)


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 25th, 2007, 5:40 pm 
Offline

Joined: December 27th, 2005, 1:46 pm
Posts: 6837
Location: France (near Paris)
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! :P)

_________________
Image vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2")


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 25th, 2007, 8:58 pm 
Offline

Joined: February 14th, 2005, 4:05 pm
Posts: 4710
Location: Boulder, CO
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 25th, 2007, 8:59 pm 
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! :P)


I agree. Each language will attract different people. Personally, I like that Chris keeps AutoHotkey up-to-date, but other people may think differently.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 25th, 2007, 9:26 pm 
Offline
User avatar

Joined: August 30th, 2005, 8:43 pm
Posts: 8647
Location: Salem, MA
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)

_________________
Image
(Common Answers) - New Tutorials Forum - Humongous FAQ


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 25th, 2007, 9:39 pm 
Offline
User avatar

Joined: December 26th, 2005, 4:40 pm
Posts: 8775
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 ? :roll:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 25th, 2007, 10:25 pm 
Offline

Joined: April 20th, 2006, 9:54 pm
Posts: 21
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 25th, 2007, 10:29 pm 
Offline

Joined: April 20th, 2006, 9:54 pm
Posts: 21
15 months actually. Is that a record?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 25th, 2007, 10:35 pm 
Offline
User avatar

Joined: August 30th, 2005, 8:43 pm
Posts: 8647
Location: Salem, MA
I think i have seen older threads dug up.

_________________
Image
(Common Answers) - New Tutorials Forum - Humongous FAQ


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 104 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: Google Feedfetcher and 8 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group