Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Programming The Internet IT Technology

Web 2.0, Meet JavaScript 2.0 248

Jeremy Martin writes "Well I suppose it's an undeniable fact about us programmer-types — every now and then we just can't help but get excited about something really nerdy. For me right now, that is definitely JavaScript 2.0. I was just taking a look at the proposed specifications and I am really, truly excited about what we have coming."
This discussion has been archived. No new comments can be posted.

Web 2.0, Meet JavaScript 2.0

Comments Filter:
  • v2.0 (Score:1, Funny)

    by Methlin ( 604355 ) on Friday March 21, 2008 @06:42PM (#22824712)
    Does it have 33% more bugs than v1.5?
  • Yes (Score:1, Funny)

    by Anonymous Coward on Friday March 21, 2008 @06:43PM (#22824730)
    Yes, we are nerds. But do you really have to rub it in?
  • by imtheguru ( 625011 ) on Friday March 21, 2008 @06:49PM (#22824772)
    ... soon.
  • Javascript (Score:2, Funny)

    by Anonymous Coward on Friday March 21, 2008 @06:50PM (#22824774)
    alert("keep it simple");
  • Re:Ugh (Score:5, Funny)

    by mrbluze ( 1034940 ) on Friday March 21, 2008 @07:10PM (#22824976) Journal

    All of the proposed changes are a step backwards. JavaScript is currently a language with great, clean, semantics and slightly ugly syntax. They want to make the semantics less clean and the syntax even more horrendous.

    But wait until Sunday and we'll hear that Javascript 2.0 has arisen and all the stains of previous imperfect languages will be taken away.

  • Re:Meh. (Score:3, Funny)

    by netsavior ( 627338 ) on Friday March 21, 2008 @07:18PM (#22825048)
    it works 95% of the time, every time.
  • Re:v2.0 (Score:5, Funny)

    by smittyoneeach ( 243267 ) * on Friday March 21, 2008 @07:24PM (#22825082) Homepage Journal
    That depends. http://en.wikipedia.org/wiki/ECMA_Script [wikipedia.org] is on version four.
    To paraphrase Palmerston:

    only three people ever understood the Java* numbering schemes: a German professor, who went mad, Prince Albert, who died, and Larry Wall - who, asked to come up with something, promptly wrote a perl script and forgot it.
  • by Anonymous Coward on Friday March 21, 2008 @08:39PM (#22825628)

    asyncronous AJAX
    Maybe you should use synchronous AJAX instead. Oh, wait...
  • by Anonymous Coward on Friday March 21, 2008 @10:09PM (#22826190)
    As an "old timer", I find it both fascinating and horrifying to watch the evolution of static web pages into "rich applications", shoehorned into the request/response model with a crazy wobbling mass of server-side languages, client-side language(s), browser plug-ins, HTML, DOM, CSS, JSON, XML... God knows what else. It's like GUI and client/server programming didn't exist before and they are trying to reinvent in the most illogical way possible.

    Is it humanly possible to make this any more complicated, brittle, or insecure?

    Don't answer that... I'm sure somebody's working on it.
  • Re:Ugh (Score:4, Funny)

    by mrbluze ( 1034940 ) on Friday March 21, 2008 @10:31PM (#22826292) Journal

    If that means Java will be thrown into the fiery pit, count me in!
    Not sure how far we can stretch this analogy before being cut down by lightning, but I'd hazard to guess that Java followers will be forced underground for, I dunno, a couple of hundred years until finally the Bill Gates of the day embraces it and, under the influence of his Javascripting wife, enforces Javascript throughout the civilized world, with all its imperfections. Eventually, several thousand clockcycle-years later there will be an adjustment to Javascript such that any negative references to Javascript 1.0 will be removed and the world will be doomed to relive all the crap that went before.
  • Re:v2.0 (Score:2, Funny)

    by Gewalt ( 1200451 ) on Saturday March 22, 2008 @12:09AM (#22826822)

    While you're at it, do you want to go trolling with any other observations about me that have absolutely no basis in fact?
    Well, since you asked: Sure! Why not!

    For starters there's your hair. YOU ARE NOT MARGE SIMPSON! That look does not work for you.

  • Re:v2.0 (Score:2, Funny)

    by Haeleth ( 414428 ) on Saturday March 22, 2008 @07:47AM (#22828376) Journal

    Can you give an example of something you could write in C/C++/Java/Ruby/Perl/Smalltalk/C#/Lisp/Fortran that couldn't be written in Javascript?
    Here's some C++ code that can't be written in Javascript:

    int main() {
        return *(int*)0;
    }

The use of money is all the advantage there is to having money. -- B. Franklin

Working...