DEV Community

Discussion on: Functional programming in C++, Python, etc.

Collapse
 
nahiyan profile image
Nahiyan Alamgir

You're right, we can't have have 100% pure functional code. The idea is to keep as much of the core pure functional while the rest has to remain imperative.