5 ms·
"[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 l
by Fistandantilus 13y ago
"[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.