Wednesday 27 April 2016

Functional Programming on the backend?

Hi, I was wondering if anyone likes to program with JS in a function style, particularly on the backend. I'm concerned that the blocking aspect of copying data structures around, to maintain pure functions, will result in poor performance as it blocks the single-thread.What are your thoughts? should i just aim for a good semi-functional middle-ground?

Submitted April 27, 2016 at 06:30PM by awhoof

No comments:

Post a Comment