|
|
|
|
|
by vkazanov
439 days ago
|
|
In a way this is true. A function pointer is already half way there. What it lacks is lexical environment capture. And things that are possible to do with closures never stop amazing me. Anyways, functional programming is not about purity. It is something that came from the academia, with 2 major language families: ML-likes and Lisp-likes, each focusing on certain key features. And purity is not even the key feature of MLs in general. |
|