Are Wizard scripts considered any kind of programming language? Or even, do they resemble one?
Thanks.
Hallowbrook
Wannabe Blademaster
Stupidest Question... EVER on 09/24/2005 04:31 PM CDT
Re: Stupidest Question... EVER on 09/24/2005 04:35 PM CDT
<<Are Wizard scripts considered any kind of programming language? Or even, do they resemble one?
Trying to pad your resume?
Trebber
Your mech lore ranks could care less if the paper is blue or plain.
GM XXXXXX "Well, we can't please everyone."
You say, "True, but that is no reason not to try."
Trying to pad your resume?
Trebber
Your mech lore ranks could care less if the paper is blue or plain.
GM XXXXXX "Well, we can't please everyone."
You say, "True, but that is no reason not to try."
Re: Stupidest Question... EVER on 09/24/2005 04:36 PM CDT
Scripting languages are not programming languages, but they're close cousins. So no, Wizard scripts aren't considered a programming language, but if you are good at Wizard scripting you could probably pick up a basic programming language without too much trouble.
Marksman Ahmir Nam'al
"Is glas iad na cnoic i bhfad uainn."
-Distant hills look green.
Marksman Ahmir Nam'al
"Is glas iad na cnoic i bhfad uainn."
-Distant hills look green.
Re: Stupidest Question... EVER on 09/24/2005 05:27 PM CDT
Re: Stupidest Question... EVER on 09/24/2005 06:49 PM CDT
Re: Stupidest Question... EVER on 09/24/2005 06:50 PM CDT
They have a few features of full programming languages. They store data in variables, and receive instructions, and can repeat when you loop correctly.
But it's a scripting language. Close, but not a programming language as Ahmir said. Is it similar to other scripting languages? Eh, they're kinda all unique in their own ways.
If you look at keyboard/mouse macro programs, like AutoIt, you'll see that it's rather similar in structure, but has its own instruction set and engine running in the background to interpret instruction lines.
If you know how to write scripts for DR's front ends, it's very similar to other scripting engines. A scripting engine really is just a set of instructions sent to an interpreting program that carries out the instructions. Microsoft's SYSPREP utility in conjunction with an answer file is another example of a scripting program used in a completely different way. The engine runs and takes answers from the answer file as it needs instead of the script file being a set of instructions.
~Brady, player of I'm a Lover Not a Fighter Elavin Rismel.
You tap a pair of leather pants with a grey and a navy blue handkerchief stuffed in the right pocket that you are wearing.
But it's a scripting language. Close, but not a programming language as Ahmir said. Is it similar to other scripting languages? Eh, they're kinda all unique in their own ways.
If you look at keyboard/mouse macro programs, like AutoIt, you'll see that it's rather similar in structure, but has its own instruction set and engine running in the background to interpret instruction lines.
If you know how to write scripts for DR's front ends, it's very similar to other scripting engines. A scripting engine really is just a set of instructions sent to an interpreting program that carries out the instructions. Microsoft's SYSPREP utility in conjunction with an answer file is another example of a scripting program used in a completely different way. The engine runs and takes answers from the answer file as it needs instead of the script file being a set of instructions.
~Brady, player of I'm a Lover Not a Fighter Elavin Rismel.
You tap a pair of leather pants with a grey and a navy blue handkerchief stuffed in the right pocket that you are wearing.
Re: Stupidest Question... EVER on 09/24/2005 06:55 PM CDT
Re: Stupidest Question... EVER on 09/24/2005 07:01 PM CDT
Re: Stupidest Question... EVER on 09/25/2005 10:18 AM CDT