|
|
|
|
|
by still_grokking
1237 days ago
|
|
Which languages? Python is OOP; but the "classical" data-centric languages are actually all more or less in the FP space. (I count array languages and APL-likes to FP in this case). Just an example: You don't have immutable data types by default in Python. This is actually a pretty bad default for data processing tasks. |
|