Ramine
unread,Nov 28, 2016, 8:45:03 PM11/28/16You 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..
About functional programming and object oriented programming...
I am coming from a long road of software development..
But when i read on internet about functional programming such us
Haskel, they seems to imply that since purity of functions
in Haskel avoids side effects and allows composability in
the presence of parallelism, so functional programming is not avoidable,
but i think that there reasoning is not correct,
because the presence today of transactional memory that avoids
deadlock and livelock and race conditions is able to provide
us with a tool that solves problems of parallelism
, and it allows composability, and this is mandatory and i think
it is like sufficient for complex systems, so i don't think that purity
of functions of Haskel or functional programming is mandatory, so
i think that Object oriented programming will be still
our prefered tool in the future.
Thank you,
Amine Moulay Ramdane.