Development of programming languages

How are new programming languages ​ ​ developed, how to improve programming?

New languages often fail to integrate new concepts to make programming easier and more secure. This quote by Edsger Dijkstra gives his opinion on the subject:

You, of course, all these bells and whistles, all these great features of your so-called powerful programming languages, belong to the area of ​ ​ solution, and not to the area of ​ ​ the problem ?

But along with add-ons, the ability to add high-level constructs can increase the programmer's performance by 10 times! That is why the design of languages ​ ​ deserves in-depth study.

Langage de haut niveau vs bas niveau

Better to reduce programming time or compilation time?

5 surprising but completely ignored languages
Although they include amazing features, they were not interested in programmers. Before we create language, we have to explore that experience.

Programming languages: jokes and serious reviews
Criticism by their users of the most popular languages. Read before you create your own language!

Evolution of compilers
As a parsing technique, it improved over time.

How programming languages are developed
Question of priorities .

Beyond Cabalistic Languages
The path of deliverance seems to be paved.

Reactive programming and its implementation
It makes programming much easier and should be implemented in each new language.

Programming language for all
Easier than Basic or Julia... You need to go through reactive programming. And the solution has existed for decades!

Context programming language with multiple interfaces
Current paradigm in programming, how to use the same program in different contexts?

History of simplification in programming languages
The code is becoming more compact, and performance is improving due to the innovations of new languages.

Should the function be included in the language or its library?
Languages tend to overlap and have commands equivalent to functions. What instructions should be included in the language and what should not be part of it?

Programming language of the future
Who knows the future? Whoever builds it is obvious.

ANTLR4: Creating a Compiler Using JavaScript Runtime
How to implement a programming language using ANTLR 4 (and listeners).