Skip to content

Comment on JavaScript right on the hardwareparent

Comments

Full disclosure I'm not a JavaScript programmer. I dink around with it. I can work with it. I understand it enough to maintain the code I need to at work, but I'm not a "JS Guy".

At the heart of my programming heraldry is C. From there I branched out into C++, Java, Perl, C#, etc.

In effect you are comparing JavaScript to Assembler, since CoffeeScript compiles to JS. I'm certain most people would agree that this is a ridiculous comparison, because as quirky as JavaScript can be it is far easier to work with than assembler. I wish people would stop making that comparison (I've been guilty of it myself, but I've stopped as of late).

In my view, the popularity of JavaScript comes down to two things: Interactivity and instant gratification.

I first played with JavaScript while in college in 1995. It blew my mind that I could just put some code into a text file and load it into Netscape and see stuff happen. No compiling, no linking, just text making the browser do things, and unlike Java it did not require me to upload an applet and hope that my target user had a JRE installed.

Today you have things like Chrome dev tools and JS Fiddle where you can get even more of that.

The velocity of going from idea to web app (site) is a lot nicer for most people.

IMHO JavaScript is the programming equivalent of an LLC. It's quick to start, low capital investment, and doesn't expose you to a lot of risk.

Anyhow...that's my two cents that I had to throw in before more veins in my head popped.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.