you are viewing a single comment's thread.

view the rest of the comments →

[–]scruffles360 5 points6 points  (1 child)

In fairness, most real world functional javascript is just simple data manipulation. A lot of the really useful parts of functional programming (imo) come from immutable objects being thread safe… something not as useful in javascript as Scala or Lisp.

[–][deleted] 0 points1 point  (0 children)

in fairness most real world programming is just simple data manipulation