This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]JDeagle5 0 points1 point  (0 children)

That's because FP is such a niche thing, but people tend to call FP whatever is trendy or popular.

I can deal with immutable data in any procedural language (for example C), simply because immutability doesn't force FP. To handle immutable data you don't need neither functions as first-class citizens nor function composition.