|
|
|
|
|
by anon291
825 days ago
|
|
Hold on... Purity and functional programming are different things. Functional programs can be pure but not necessarily. Functional programming means functions are first class citizens and can be constructed on the fly. Modern python, c++, rust, even java now do this. Purity is a nice to have (and arguably rusts borrow system enforces a kind of purity). |
|
FP is much more than this one language feature.