|
well, i am most "fluent" in AutoIT. i use it because when i first found it, it appeared capable of what i wanted to do. i find its help file extremely easy to read (ive looked up words in worse English dictionary's i think).
i understand its concept of variables (it uses them as basically as i feel they should be used). and i like the fact that i can be extremly slopy OR extremely rigid in my coding (ie: declaring every variable or just settings it as its needed, and running error checks on everything, or just assuming it will work and not bothering).
After that, i am learning PHP, i felt i had a good understanding of how to make a program, and set out to make a web application, so far, i dont like it as much as i like autoIT i think the syntax of some things is not made clear on the website, and i dont like being confused by something that is meant to help. as far as the structure of the language goes, i do like that it forces a reasonably rigid structure, which helps keep things organised.
|