Search found 21 matches

by victorel
14 Jun 2016, 20:58
Forum: Off-topic Discussion
Topic: Commands-only Autohotkey ?
Replies: 14
Views: 5477

Re: Commands-only Autohotkey ?

I think it's the worst idea ever. I expected such answers! Still, Is that your subjective or objective opinion? You are correct haha, but the goal here is to standardise the language more towards functional-programming. Sorry, I sound like a party-pooper... Not at all; if AHK does become function-o...
by victorel
13 Jun 2016, 20:33
Forum: Off-topic Discussion
Topic: New AutoHotkey Script Template
Replies: 30
Views: 27898

Re: New AutoHotkey Script Template

I actually had a small trouble with: SendMode, Input ; Recommended for new scripts due to its superior speed and reliability my small piece of code ;--------case conversion------------------ ^u:: save:=clipboard send, ^c ;sleep, 1000 StringUpper, clipboard, clipboard ;sleep, 1000 send, ^v clipboard:...
by victorel
13 Jun 2016, 19:17
Forum: Off-topic Discussion
Topic: Commands-only Autohotkey ?
Replies: 14
Views: 5477

Commands-only Autohotkey ?

With the aim of making for a simpler language (less to learn when beginning, less differences in style between programmers), what if... :idea: ... eliminate all functions and make Autohotkey a commands-only language (I guess it would be called purely imperative/procedural https://en.wikipedia.org/wi...
by victorel
13 Jun 2016, 09:36
Forum: Tutorials (v1)
Topic: Understanding AutoHotkey
Replies: 13
Views: 11631

Re: Understanding AutoHotkey

Well, I did not mean to say that Autohotkey is a hard language, but that it could be made easier to learn for the beginner by removing redundancies and quirks. 2. If you write code sloppy and without comments etc of course that's going to make it harder for anyone to understand it. I think you misun...
by victorel
12 Jun 2016, 17:05
Forum: Off-topic Discussion
Topic: My windows XP Professional has infected with virus
Replies: 8
Views: 4145

Re: My windows XP Professional has infected with virus

I have an old laptop, weaker than my cheap smartphone. Running XP home edition too, and being slow on the internet, I disabled the antivirus.:)... Used like this without problems for almost a year now.
Though, true that I use it only from Guest mode, and not for serious stuff.
by victorel
12 Jun 2016, 16:55
Forum: Off-topic Discussion
Topic: Microwave problems Topic is solved
Replies: 6
Views: 2923

Re: Microwave problems Topic is solved

scriptor2016 wrote:Here's what I would do:
:mrgreen: :bravo: :D
by victorel
12 Jun 2016, 16:54
Forum: Off-topic Discussion
Topic: Microwave problems Topic is solved
Replies: 6
Views: 2923

Re: Microwave problems Topic is solved

fkyguy11 wrote:Did you try setting it to 186 degrees? :trollface:
:D :bravo: :lol:
by victorel
12 Jun 2016, 16:03
Forum: Wish List
Topic: The Future of the AutoHotkey Programming Language
Replies: 16
Views: 17922

Re: The Future of the AutoHotkey Programming Language

It's been around for more than 10 years. How many more, I think it all depends on this community and its developers and their efforts at increasing the usability, so that to stay competitive (think AutoIT and other tools): - ease of adoption and use - functionality/power I HOPE it lives long enough,...
by victorel
12 Jun 2016, 09:10
Forum: Off-topic Discussion
Topic: Are we anti-cheat?
Replies: 16
Views: 10049

Re: Are we anti-cheat?

IMO, the official tutorial included in the documentation is one of the official faces of Autohotkey, it is the main entry point to many beginners. If there are concerns that supporting people cheat in games damages the reputation of Autohotkey, then I would say such support should be limited. So if ...
by victorel
11 Jun 2016, 20:58
Forum: Wish List
Topic: The Future of the AutoHotkey Programming Language
Replies: 16
Views: 17922

Re: The Future of the AutoHotkey Programming Language

@ vasili : yes, perhaps it will get more attention there. This is one of the greatest posts I read so far, I don't understand why there have been so few replies to it and little discussion. While it is not perfect, it does suggest the general ways to make Autohotkey friendlier to beginners: Traits t...
by victorel
11 Jun 2016, 20:39
Forum: Tutorials (v1)
Topic: Understanding AutoHotkey
Replies: 13
Views: 11631

Re: Understanding AutoHotkey

True, nothing stops me from using my favorite symbol, and you from using yours. And same things goes with a number of other things syntax-related in Autohotkey. However, this is cumulative, and what that leads to overall, is: 1. Harder to learn the language for beginners, both because it is nonstand...
by victorel
11 Jun 2016, 08:40
Forum: Tutorials (v1)
Topic: Understanding AutoHotkey
Replies: 13
Views: 11631

Re: Understanding AutoHotkey

Really? I've mostly used Matlab in the past, and there it's just "==" for all comparisons (and means case sensitive). Besides, they have string specific functions like strcmp() and strcmpi(), for case sensitive, and case insensitive. In Python, there a single equality operator: "==" , and means case...
by victorel
11 Jun 2016, 07:00
Forum: Off-topic Discussion
Topic: Are we anti-cheat?
Replies: 16
Views: 10049

Re: Rainbow Six Siege No recoil?

I am. many people are, thus why we made a Gaming sub-section so we don't have to see them. If this was my forum I'd ban game questions, like autoit forums. strictly no games. But I'm not incharge and a lot of people think that's a bad idea. That's at odds with the presence of a section on gaming in...
by victorel
10 Jun 2016, 17:13
Forum: Tutorials (v1)
Topic: Understanding AutoHotkey
Replies: 13
Views: 11631

Re: Understanding AutoHotkey

But you agree it's a quirk :)
by victorel
10 Jun 2016, 16:59
Forum: Suggestions on Documentation Improvements
Topic: [Archived, Locked] Suggestions on documentation improvements
Replies: 688
Views: 289785

Re: Suggestions on documentation improvements

This topic/thread "Suggestions on documentation improvements" is way too big to be a single topic/thread. Let us make it a subforum, or subfolder of "Wish List" (or even a separate forum?). So that inside the new "DOCUMENTATION SUGGESTIONS" folder, people could create separate topics for: QuickStart...
by victorel
10 Jun 2016, 16:48
Forum: Forum Issues
Topic: Suggestion: Create subforums for big AHK projects
Replies: 28
Views: 8554

Re: Suggestion: Create subforums for big AHK projects

I know about this topic, and what I mean is make it either a separate subforum / subfolder of "Wish List", or even a separate forum. So that inside the new "DOCUMENTATION SUGGESTIONS" subforum, people could create separate topics for: QuickStart Tutorial; Basic Usage and Syntax; etc. The reason is t...
by victorel
10 Jun 2016, 12:55
Forum: Tutorials (v1)
Topic: Understanding AutoHotkey
Replies: 13
Views: 11631

Re: Understanding AutoHotkey

I think equality comparison, by default, should mean "identical", and there should be a single symbol for that (either = or ==). In case of strings, then case sensitive comparison. If the user needs case insensitive, then there should be a parameter or something to be added for this. Then there will...
by victorel
10 Jun 2016, 12:30
Forum: Forum Issues
Topic: Suggestion: Create subforums for big AHK projects
Replies: 28
Views: 8554

Re: Suggestion: Create subforums for big AHK projects

It will be useful to have a subsection "Documentation improvements proposals" in the "Wish list", or even as a separate section. So that to have all such proposals in one place, rather than scattered among changes to the language / autohotkey itself.
by victorel
10 Jun 2016, 08:47
Forum: C/C++
Topic: Need a freelancer for translation C++ to AKK
Replies: 4
Views: 6180

Re: Need a freelancer for translation C++ to AKK

Then the topic should be closed?
by victorel
10 Jun 2016, 08:17
Forum: About This Community
Topic: Can AHK be considered a bonafide programming language?
Replies: 13
Views: 18282

Re: Can AHK be considered a bonafide programming language?

In other languages, if something is easy to do for beginners, then it has no value (think of "Hello World" program...or a loop that does nothing but add 1+1 a 1000 times), while to get something of value to you, you need to learn a lot first. And in AHK, you can get value/usefulness, for your presen...

Go to advanced search