|
|
|
|
|
by jw-
3464 days ago
|
|
"So, is JavaScript a truly functional programming language? The short answer is no.
Without support for tail-call optimization, pattern matching, immutable data struc-
tures, and other fundamental elements of functional programming, JavaScript is not
what is traditionally considered a truly functional language." Time again I'm always surprised by how people over look type systems when talking
about functional languages. Really, much of that list is not fundamental to FP, but
always giving me an Int when you promise one matters. |
|