Horizon68
unread,Jun 27, 2019, 4:07:15 PM6/27/19You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.