HN user

Fistandantilus

8 karma
Posts0
Comments2
View on HN
No posts found.

"[Javascript] is functional. Really."

I don't really agree; just because a language has first-class functions and closures, that doesn't make it a functional language. Sure, you can write functional-style code in Javascript, but you can do that in almost any language, many of which don't have first-class functions and closures.