JavaScript Utilization

1 points by llewellynlovell ↗ HN
After years of programming with Javascript I only recently took a deep dive into the ECMAScript 5.1 Specification ( highly recommended if you haven't ) to get a better understanding of the underlying architecture

http://www.ecma-international.org/ecma-262/5.1/Ecma-262.pdf

Since then I've begun to think about how we took this tool ( Javascript ), built an ecosystem around it and followed a general roadmap over a couple decades to where we find ourselves today

In hindsight, I'm curious to hear whether you feel that we've utilized the language to get the most out of it

Thoughts?

1 comment

[ 2.5 ms ] story [ 10.6 ms ] thread
I think that some have utilized JS too much, and never noticed that the web got slower because of it. Many have forgotten what HTML and CSS are good for, and some build pages that are nothing but a bit of JS to async load their markdown authored blogs. (It's asynchronous, that makes it soooo fast!)

On the other hand, I'm genuinely pleased by features of APIs that are accessible with JS (like WebGL), rather than JS itself.