I think Steve Yegge said this kind of thing a few years ago - namely that javascript is one of the most important programming languages today. I'm not saying that this invalidates the point, just that it was probably fairly apparent when he said it and, in my opinion, pretty obvious today.
Also, he mentions "And while we’re at it, maybe use it for desktop applications too?" which I think is interesting because Mozilla already has built a framework to do this kind of thing, with xulrunner. It's not based on V8 but newer builds do incorporate Mozilla's version of a javascript JIT, tracemonkey.
I seem to remember Yegge's drift was on the next version of JS, which diverges somewhat from what we have here -- the AS3-like one with optional strict typing, formalised classes, and modules. (Having tried AS3, it seemed like a modernised Java: rather office-world utilitarian.) Of course, that new version didn't quite happen . . . or, I don't know, I haven't looked recently . . .
I think Steve Yegge said this kind of thing a few years ago - namely that javascript is one of the most important programming languages today. I'm not saying that this invalidates the point, just that it was probably fairly apparent when he said it and, in my opinion, pretty obvious today.
Also, he mentions "And while we’re at it, maybe use it for desktop applications too?" which I think is interesting because Mozilla already has built a framework to do this kind of thing, with xulrunner. It's not based on V8 but newer builds do incorporate Mozilla's version of a javascript JIT, tracemonkey.