Can't we as a developer build such a system or IDE where you can click on a button and pick up any programming language however you want and compile run just clicking that button?
I asked this question because while installing C++ compilers I faced extreme disappointment. It took me a whole day and another half a day just to get started with C++ on VS Code. It is still hard because every time I write a new line of C++ code, I have to manually pick a compiler and select it then run with CLI which is boring. Most of my time goes to compiling, writing CLI and running rather than on building Great Software and solving real world problems.
I know many programmers who suffered more than I did in their programming journey.
I dream to make other developers journey easy and ensure their effort and time goes to building great products.