- Sep 29, 2000
- 2,157
- 0
- 0
Bleh, I'm stuck in a perl lecture right now and absolutely hating the language, its designed on an old paradigm which I believe to be outdated.
What sort of features do you think we will be looking at for the programming languages of the future?
My thoughts:
Massive code bases: There will be an API for almost any process imaginable,
Increased data hiding and modularity: You wont have to care about the implementation of all the different API's
Performance will be abysmal as compared to C: Computers are getting faster, people are staying the same speed, the code will focus more on ease for humans rather than computers.
Cross-platform: obviously
Hiding the mechanics of the computer: You wont have to worry about bytes and bits and buffer overflows. All the nitty gritty details of the computer will be abstracted away.
Informative, Heuristic based, error messages: The compiler is clever enough to figure out most common code errors, it wil give you a probable suggestion as to why errors occur.
Any thoughts?
What sort of features do you think we will be looking at for the programming languages of the future?
My thoughts:
Massive code bases: There will be an API for almost any process imaginable,
Increased data hiding and modularity: You wont have to care about the implementation of all the different API's
Performance will be abysmal as compared to C: Computers are getting faster, people are staying the same speed, the code will focus more on ease for humans rather than computers.
Cross-platform: obviously
Hiding the mechanics of the computer: You wont have to worry about bytes and bits and buffer overflows. All the nitty gritty details of the computer will be abstracted away.
Informative, Heuristic based, error messages: The compiler is clever enough to figure out most common code errors, it wil give you a probable suggestion as to why errors occur.
Any thoughts?