What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » JScript too hard to use

JScript too hard to use
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: JScript too hard to use
quote:
Originally posted by TheBlasphemer
I like the language. It's simple and fun. But that still does not mean it's reliable and useful.
It's as much reliable as any other language (including C++), even for big programs or whatever.

quote:
Originally posted by TheBlasphemer
quote:
Originally posted by http://en.wikipedia.org/wiki/BASIC_programming_language

BASIC (an acronym for Beginner's All-purpose Symbolic Instruction Code[1])

That's exactly what I said: "It's not  because the "b" stands for "beginners" that the language is ... yadda yadda..."

quote:
Originally posted by TheBlasphemer
You've got loads of scriptkiddies like that in C++ that can write a simple MessageBox and think they're a C++ master. Hell, every language has those. But I don't see anyone calling C++ names ?
And I know why, because it's a respected programming language that has proven to be very very useful, in contrast to VB.
It's because VB programmers respect C++, yes, UNLIKE C++ programmers respecting VB (and that is what I mean with people like you are "pinned" to C++ or the likes. They don't respect it based upon wrong stuff and their OWN personal likings as they think C++ is holy and uberleet and the rest is minor (simply because it is a different syntax or because they actually do not know it as good as they know c++). In fact, this is just the same as someone not respecting another culture because he/she thinks its "minor"...

quote:
Originally posted by TheBlasphemer
quote:
Originally posted by CookieRevised
quote:
Originally posted by TheBlasphemer
They might indeed just be pieces of memory, as with any program, yet they're not pointers. Each and every variable in VB is a VARIANT type. No more, no less.
erm, that's absolutely not true.
In WScript (which is VBScript and JScript together), everything is the VARIANT type... honestly :P
obviously I'm talking about VB...

And why would you say an argument like "vbscript doesn't even know true types, except variants" when this is just the same in jscript??? In other words, don't try to talk you out of this :p You even stated "VB" yourself, not "vbscript".

quote:
Originally posted by TheGeek
Well, in my opinion (which doesn't really matter) the vb keywords are too long for writing code. That might be because i'm used to typing with brackets and semicolons, but for me, "if(true){return;}else{return;}" is more useful than "If True Then ...".
Some people might say it's more readable, but imo, the syntax of the other programming languages are more readable than vb once you get used to it.
That's very true (wow, and this comming from a VB programmer :p).... the thing is Basic was developed with exactly that in mind, to create a syntax which is 'readable' and close resembles english sentences/words to untrained people so it is more open to start programming in it than another language.

The thing with this is; some people think that basic is minor, unreliable and what not because of this. It's simply the syntax, even if it was in Chinese the language would still work the same. a logic and comparisson will still be a logic and comparisson, just as in C++, Cobol, Fortran, Pascal, Delphi, whatever.

And because it is more 'readable' to an untrained and first beginning programmer, it is much more easy to actualy learn to program in VB for example than it is in C++; the learning curve is less steep.

99,9999999% of all arguments comming from people who mainly program in C++ have to do with exactly that; Because basic was first meant for 'beginners' they think it's shit, unreliable and whatever. They almost never base their findings on facts but on things they believe or hear from others. Look at the vbscript vs. jscript arguments, nice example. Even the fact that vbscript is actually more powerfull and can do more things than jscript doesn't matter for them; they don't like the syntax or it has the word "basic" in it so it is a 'worse' language. And that has been so pinned in to them "basic is evil" that they even don't see what it is actually capable of; it is automatically judged as "bad'.

This post was edited on 07-10-2006 at 07:41 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
07-10-2006 07:18 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
JScript too hard to use - by zero_kool on 07-06-2006 at 08:40 PM
RE: Scripts - by Thor on 07-06-2006 at 08:46 PM
RE: Scripts - by JonnyT on 07-06-2006 at 09:02 PM
RE: Scripts - by zero_kool on 07-09-2006 at 05:16 AM
RE: RE: Scripts - by segosa on 07-09-2006 at 05:50 AM
RE: Scripts - by Weyzza on 07-09-2006 at 05:22 AM
RE: Scripts - by Chestah on 07-09-2006 at 08:21 AM
RE: JScript too hard to use - by Tails on 07-09-2006 at 08:58 AM
RE: JScript too hard to use - by TheBlasphemer on 07-09-2006 at 10:58 PM
RE: JScript too hard to use - by Pai on 07-09-2006 at 11:26 PM
RE: JScript too hard to use - by cooldude_i06 on 07-09-2006 at 11:33 PM
RE: RE: JScript too hard to use - by CookieRevised on 07-10-2006 at 01:32 AM
RE: RE: RE: JScript too hard to use - by TheBlasphemer on 07-10-2006 at 10:35 AM
RE: JScript too hard to use - by cloudhunter on 07-09-2006 at 11:37 PM
RE: JScript too hard to use - by cooldude_i06 on 07-10-2006 at 02:52 AM
RE: JScript too hard to use - by wlmcrap on 07-10-2006 at 03:01 AM
RE: JScript too hard to use - by cloudhunter on 07-10-2006 at 10:13 AM
RE: JScript too hard to use - by CookieRevised on 07-10-2006 at 12:39 PM
RE: RE: JScript too hard to use - by TheBlasphemer on 07-10-2006 at 02:11 PM
RE: JScript too hard to use - by Volv on 07-10-2006 at 12:43 PM
RE: JScript too hard to use - by CookieRevised on 07-10-2006 at 12:50 PM
RE: JScript too hard to use - by John Anderton on 07-10-2006 at 12:52 PM
RE: JScript too hard to use - by markee on 07-10-2006 at 02:45 PM
RE: JScript too hard to use - by ShawnZ on 07-10-2006 at 02:54 PM
RE: JScript too hard to use - by markee on 07-10-2006 at 03:11 PM
RE: JScript too hard to use - by TheGeek on 07-10-2006 at 04:20 PM
RE: JScript too hard to use - by CookieRevised on 07-10-2006 at 07:06 PM
RE: JScript too hard to use - by TheBlasphemer on 07-10-2006 at 07:08 PM
RE: JScript too hard to use - by CookieRevised on 07-10-2006 at 07:18 PM
RE: RE: JScript too hard to use - by TheBlasphemer on 07-10-2006 at 07:51 PM
RE: RE: RE: JScript too hard to use - by CookieRevised on 07-10-2006 at 08:28 PM
RE: JScript too hard to use - by flypegasus® on 07-11-2006 at 09:30 AM
RE: JScript too hard to use - by CookieRevised on 07-11-2006 at 10:32 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On