MHB OOP vs functional programming paradigm

AI Thread Summary
The discussion centers around the shortcomings of object-oriented programming (OOP) as highlighted by a professor from Carnegie Mellon University, who emphasizes its elimination from introductory computer science curricula in favor of functional programming. The professor argues that OOP is inherently anti-modular and anti-parallel, making it unsuitable for modern programming needs. There is a query regarding the mathematical foundations of OOP and its implications for algorithm implementation, questioning whether certain algorithms are better suited to specific programming paradigms or if algorithms inherently embody a particular paradigm. The complexity of this question is acknowledged, with a suggestion to seek insights from platforms like Stack Overflow for more expert opinions on the mathematical underpinnings of programming languages and paradigms.
find_the_fun
Messages
147
Reaction score
0
I was reading wikipedia about the short comings of the object oriented programing paradigm and a prof atCarnegie Mellon University states ""This semester Dan Licata and I are co-teaching a new course on functional programming for first-year prospective CS majors... Object-oriented programming is eliminated entirely from the introductory curriculum, because it is both anti-modular and anti-parallel by its very nature, and hence unsuitable for a modern CS curriculum. A proposed new course on object-oriented design methodology will be offered at the sophomore level for those students who wish to study this topic." Is there a mathematical background to OOP and if no what ramifications (if any) does it have on its applicability to implementing algorithms? Are certain algorithms better represented using certain programing paradigms or does the algorithm itself have built in a paradigm?
 
Last edited by a moderator:
Technology news on Phys.org
This is going to be a very difficult question for anyone to answer on MHB, given the general expertise represented here. I would recommend Stack Overflow for this question. Thanks for asking it, though!
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Thread 'Project Documentation'
Trying to package up a small bank account manager project that I have been tempering on for a while. One that is certainly worth something to me. Although I have created methods to whip up quick documents with all fields and properties. I would like something better to reference in order to express the mechanical functions. It is unclear to me about any standardized format for code documentation that exists. I have tried object orientated diagrams with shapes to try and express the...

Similar threads

Back
Top