|
|
|
|
|
by Locke1689
4938 days ago
|
|
Functional programming does shun mutable state. It just doesn't make it impossible. Functional programming is a style of programming which uses the lambda calculus as its base model of computation. Just because you can subvert that at times doesn't mean that idiomatic code doesn't disapprove of breaking referential transparency. |
|