- 19,881
- 10,888
For you computer geeks out there. What do you think the next method of programming might be? We currently have Procedural, Event and OOP. OOP is the most popular, but it isn't the best. What is next?
The discussion revolves around the potential future evolution of programming methodologies beyond Object-Oriented Programming (OOP). Participants explore various concepts, including new programming paradigms, standardization of code components, and user-friendly interfaces, without arriving at a consensus on what the next evolution might be.
Participants express a range of views on the future of programming, with no clear consensus emerging. While there is agreement on the need for standardization and user-friendly approaches, opinions differ on the specifics of how this should be achieved and the feasibility of proposed ideas.
Some discussions highlight the limitations of current programming paradigms and the challenges of integrating disparate systems, but these points remain unresolved. The conversation also touches on the evolving nature of software development and the potential impact of open-source practices.
Originally posted by Dissident Dan
Well, the thing is that ABC would have to pay XYZ for that. I mean, we already have code libraries and APIs and such so that you don't have to "reinvent the wheel." Also, people often like to create things for themselves sometimes...to marvel at their own genius.
Although, it can be hard to integrate things from completely different codebases. For example, a game will have different structures for representing clients than will a chat program.
Originally posted by wuliheron
This has been microsoft's focus all along, and why their modular architecture and bells and whistles are so infamous for being unstable.
There will never be a standardized language, by virtue of Godel's incompleteness theorem, nor is it desireable - different languages evolve largely because they are the most suitable for the task at hand, and the abilities and prejudices of the programmers involved.
Originally posted by selfAdjoint
Here's a thought you might want to respond on, maybe the whole programming thing will go away the way kerosene headlamps did in cars. Currently it's being outsourced to Bangladesh, and in the near future, automated programming - long foreseen - may finally arrive. Of course that's Vinge's singularity again!
Originally posted by Greg Bernhardt
For you computer geeks out there. What do you think the next method of programming might be? We currently have Procedural, Event and OOP. OOP is the most popular, but it isn't the best. What is next?