Convert object-oriented program (OOP) into a functional program (FP)
Dear all,
Wonder what will be the best technique to convert a object-oriented program (OOP) into a functional program (FP) with only using immutable variables and no state usage in loops?
I would also appreciate it if you send me a simple python code in both OOP and FP syntaxes.
Thanks
Best regards
Tami
Comments
Hi Tami,
This forum is a little too specific for these kind of questions. I recommend you have a look on stackoverflow and post your questions there. For example, something like this:
Hope this helps,
Eduard