What people in tech had to say about JavaScript when it debuted in 1995 (2017)
41–50 of 241 posts
Re: What people in tech had to say about JavaScript when it debuted in 1995 (2017)
#42Re: What people in tech had to say about JavaScript when it debuted in 1995 (2017)
#43No printf. Less keywords than Java. Lame.
https://slashdot.org/story/01/10/23/1816257/apple-releases-i...
Re: What people in tech had to say about JavaScript when it debuted in 1995 (2017)
#44- (hopefully redundant) client-side validation - some styling (CSS was also brand new) - basic animation (eg: changing the on-hover appearance of stuff) - form "tweaking" (eg: disabling/hiding parts of a form dynamically based on other field values).
It wasn't really for writing apps in, just for adding small enhancements to apps that did their real work server-side.
Re: What people in tech had to say about JavaScript when it debuted in 1995 (2017)
#45No printf. Less keywords than Java. Lame.
Have an upvote.
Re: What people in tech had to say about JavaScript when it debuted in 1995 (2017)
#46Earlier quoted context omitted.
Complex javascript apps just weren't a thing...hell, it took google writing Gmail (2004) to really show everyone that a large SPA using javascript was even possible. After Gmail...things really started to move in the javascript world...people started to put effort into both the runtimes and the libraries.
And even then, gmail wasn't really written in javascript. They compiled Java down to JavaScript because JS itself was such a pain to deal with natively.
Re: What people in tech had to say about JavaScript when it debuted in 1995 (2017)
#47Earlier quoted context omitted.
And even then, gmail wasn't really written in javascript. They compiled Java down to JavaScript because JS itself was such a pain to deal with natively.
Inbox was definitely written using GWT, as were other major google products, but not gmail as far as I know.
Re: What people in tech had to say about JavaScript when it debuted in 1995 (2017)
#48The release of JavaScript was deeply confusing to me as a developer back then. Java applets and Macromedia Flash were already touted by their vendors as the one true way forward for interactivity. The scripting language released at about the same time seemed like an oddball. It's easy to forget, but for years after its introduction JavaScript didn't work well. It was extremely slow, limiting the complexity of what co…
I haven't forgotten, and I will never forget.
Re: What people in tech had to say about JavaScript when it debuted in 1995 (2017)
#49Earlier quoted context omitted.
It was not well liked. The majority of webpages did not use it, or it was used very sparingly for things like form validation. Old versions of IE would have a dialog pop up if there was any kind of error during execution which happened frequently.
Not only that, for years afterwards the techie crowd and equivalent of places like HN (I suppose I am mostly talking about slashdot) had a lot of people saying it was bad, a nuisance, should be disabled in the browser, webpages should fail gracefully to non-JS content, etc. I don't know exactly when the tides turned on this attitude. In 2000 the above were not controversial opinions. By 2010 it was gone, and I saw pe…
Re: What people in tech had to say about JavaScript when it debuted in 1995 (2017)
#50JavaScript is a fascinating example of Microsoft successfully getting a giant own goal. The promise of the web was cross platform applications that required no installation. Microsoft's fear was that cross platform applications would make the operating system irrelevant and reduce Windows lock-in. Both Sun (with Java) and Netscape wanted Microsoft's worst fears to happen. This was the era of Embrace-Extend-Extinguish…