MushyPeas@
all i can say is yes, that consider as programmer
(as also pointed out by unknownone, programming/programmer can be broad, and classify into many columns, levels, standards..etc)
well as, elementary kid goes to school, u cant deny him as a student just because he is learning ABC and 1+1. because he falls under meaning of student = a person to gain knowledge
well as, a cleaning lady getting minimum wages doing simple jobs like wiping the floor is indeed a worker. u cant deny her as a worker just because u are so mightily business man that serves hundreds of people per day and make millions
if u classify yourself is a some-what programmer, maybe this will be easier to understand
consider the following:
if var =1, are u going to deny its position in the list just because its too small value?
maybe human will, but in programmings, if the function stated its definition, and if the variable falls under that definitions, then yes, it is absolutely included in the list
i also understand people like abusing titles to mislead people, for example, i went to a supermarket in China, all the workers there are either manager or supervisor...for example, people declare themselves as college graduates, when they sleep and cheat through the whole time...anyways, yea, but according to the definitions, it falls under the group
btw, in order for a script to work, it must be translated to a low level language like, machine code
ur cpu does not understand what is MsgBox, or SendRawKey string
so... isnt that a big plus advantage for AHKcompile -> MC when run EXE -> decompileAHK?
(thats why the comments in EXE -> AHKscript will disappear, because the comments never translated to C++/MC)
there are also softwares that can convert C++, vb..etc back to script form, comments also disappeared
same concept, just that its build-in decompile function in AHK
thats why i mention earlier about next generation language, it will come, maybe not AHK/autoIt, but the concept will be same, higher level language - more user friendly and simplier (silverlight by microsoft coming up, or u never know what google will come out with)
all i can say is yes, that consider as programmer
(as also pointed out by unknownone, programming/programmer can be broad, and classify into many columns, levels, standards..etc)
well as, elementary kid goes to school, u cant deny him as a student just because he is learning ABC and 1+1. because he falls under meaning of student = a person to gain knowledge
well as, a cleaning lady getting minimum wages doing simple jobs like wiping the floor is indeed a worker. u cant deny her as a worker just because u are so mightily business man that serves hundreds of people per day and make millions
if u classify yourself is a some-what programmer, maybe this will be easier to understand
consider the following:
Code:
if (var==1 or var==2 or var==3 .....or var==1000) cout<<"The number is included in the list"; else cout<<"The number is not existed in the list";
maybe human will, but in programmings, if the function stated its definition, and if the variable falls under that definitions, then yes, it is absolutely included in the list
i also understand people like abusing titles to mislead people, for example, i went to a supermarket in China, all the workers there are either manager or supervisor...for example, people declare themselves as college graduates, when they sleep and cheat through the whole time...anyways, yea, but according to the definitions, it falls under the group
btw, in order for a script to work, it must be translated to a low level language like, machine code
ur cpu does not understand what is MsgBox, or SendRawKey string
so... isnt that a big plus advantage for AHKcompile -> MC when run EXE -> decompileAHK?
(thats why the comments in EXE -> AHKscript will disappear, because the comments never translated to C++/MC)
there are also softwares that can convert C++, vb..etc back to script form, comments also disappeared
same concept, just that its build-in decompile function in AHK
thats why i mention earlier about next generation language, it will come, maybe not AHK/autoIt, but the concept will be same, higher level language - more user friendly and simplier (silverlight by microsoft coming up, or u never know what google will come out with)