Richard Kenneth Eng
1 min readDec 16, 2016

--

I’m puzzled why everyone loves JavaScript too. There is absolutely nothing JavaScript can do that Smalltalk or Go can’t (outside of manipulating the DOM, that is). JavaScript’s functional character, which is what everybody seems to get a hard on for, relies on first-class functions and closures, which Smalltalk and Go have!

JavaScript’s only other feature of note is object prototypes, which is a much less popular way to do OOP. So I really don’t get it.

--

--