Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Disadvantages of functional programming

1 view
Skip to first unread message

Horizon68

unread,
Jun 27, 2019, 4:07:15 PM6/27/19
to
Hello..


Disadvantages of functional programming:


- Immutable values combined with recursion might lead to a reduction in
performance
- In some cases, writing pure functions causes a reduction in the
readability of the code
- Though writing pure functions is easy, combining the same with the
rest of the application as well as the I/O operations is tough
- Writing programs in recursive style in place of using loops for the
same can be a daunting task




Thank you,
Amine Moulay Ramdane.
0 new messages