Page 1 of 1
scripting languages
Posted: May 24th, 2005, 8:58 am
by wildfiredemon
well i was going to start learning how to write these scripts i know a little c++ not mush tho and i was wonder which one would be the best choce for writeing scripts for these games and stuff like that if some one could help me out by telling the pros and cons and which one is the simpleist and most flexable language that would be of great help

Posted: May 24th, 2005, 10:43 am
by wyvernx
VBScript is pretty easy, and JScript it a little more powerful, but also a little more complicated.
Posted: May 24th, 2005, 12:01 pm
by asl18fs
If you know C++ the JScript is probably the easiest to grasp. VBScript just doesn't make sense when you're used to C/Java/Pascal.
Re: scripting languages
Posted: May 24th, 2005, 7:38 pm
by wildfiredemon
ok thanks alot

Re: scripting languages
Posted: May 24th, 2005, 8:18 pm
by wildfiredemon
i have one more question what program sould i buy \ books if any
to program in javascript

Posted: May 25th, 2005, 5:23 am
by asl18fs
Don't need any program to create JScript although one with color coding might help. Google is your friend there.
As for a book about JScript... It shouldn't really be needed with the documentation available on MSDN but if you really need one just visit your local library.
Posted: June 5th, 2005, 11:02 pm
by thewatcher
Just to add an opinion, I started with VBscript here because that is what the harvest bot I wanted to improve was written in but I have started playing with Jscript and there is no going back. I find Jscript much easier to write in easier to maintain, it seems to run faster and is much easier to write clean code with.
In short VB is, in my opinion, garbage by comparison to Jscript.
Posted: June 6th, 2005, 1:36 am
by asl18fs
[quote="thewatcher";p="66459"]In short VB is, in my opinion, garbage by comparison to Jscript.[/quote]Welcome to my world.
