Hacker News new | ask | show | jobs
by mxh 6606 days ago
I didn't much agree with this guy's post, but here's where he really lost me:

"Javascript is on the verge of becoming part of the assembly language family, and toolkits like GWT are making sure that this will happen before too many developers join the pool of low level language victims. I'm sure you can relate to that stigma."

In the first place, JS is a neat little language that, with a few (okay, a lot) more libraries could easily serve as a replacement for Perl, Python, Ruby, etc. Categorizing it as 'low level' or 'assembly' -like seems like a terrific mistake.

In the second place, the assumption that someone would rather work with Java/GWT than JS seems a little provincial. His point seems to be that he would rather code Java than JS, GWT makes that possible so .... everyone will use the tools he prefers. I think there's a flaw in there, somewhere.

In the third place, what 'stigma' is associated with the 'assembly language family', and/or what makes someone a 'victim' of a 'low level' language? Everything has its place, and while it's only rarely useful, a background in ASM is an excellent foundation for a programmer's knowledge. ASM is also useful for solving the occasional nasty bug, understanding security vulnerabilities, working with bytecode, and reverse engineering for fun and profit.

The third point may be minor, but it really poisons the whole article, for me.