Hacker News new | ask | show | jobs
by django77 1918 days ago
I don't think FP has anything to do with how data is represented, it's more related to how we operate on that data.
1 comments

DOP and FP share common insights about separation between code and data and constraining ourselves to immutable data.

The main difference between DOP and FP is that in DOP we use generic data structures to represent data (e.g. maps and lists)