Ask HN: New programming language, what problem to solve?
Until 2010, developers dreamed of convenient languages and frameworks, struggled with problems inherited from past implementations, and everything was dug up by bugs until better tools appeared, if the language can be considered a tool, of course. Now we have many languages and frameworks that solve a large number of tasks, if not all, that were 10 years ago. So what problem should solve next generation programming language 2022 ?
5 comments
[ 2.4 ms ] story [ 22.3 ms ] threadOne problem that new computer languages should solve is ease of maintenance. It's too hard to maintain code over a long period.
Also, new programing languages need to solve how hard it is to code for multi processors. The number of cpus in a chip keep on increasing but there is no easy way to create software that uses them easily.
Another one I can think of is how to automate AI projects. I don't think that general AI is around the corner but the creation of AIs that solve specific problems will increase over the next few years. We need programming languages that will let programmer incorporate the many AIs to solve a bigger problem.
However, PLDB showed 4200 programming languages and a choice between thousands of programming languages.
https://pldb.pub/hello-world-year-5.html
I tried to build a better programming language and solved some of the problems from the list of requirements:
1. easy support/update code base
2. multiprocessing
3. AI
4. visually
5. Profit!