Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

right, I dont want that. If I am using Python with a C plugin, or just compiling a command line C/C++ too, I dont want or need the full Visual Studio experience. and even with the Visual C++ tools or whatever its called, you still end up installing gigabytes of nonsense.


It is not nonsence for doing systems programming in Windows.

Apple and Google development SDKs, or any commercial OS, have similar sizes for the SDKs.

Doing Python with a C plugin, or just compiling a command line C/C++ isn't really systems programming.


> Doing Python with a C plugin, or just compiling a command line C/C++ isn't really systems programming.

I care about a minimal set of tools in order to compile C/C++ programs. thats offered by:

https://github.com/mstorsjo/llvm-mingw/releases

and also MSYS2, and even the Zig C compiler. all less than 200 MB. meanwhile Visual Studio installing about 10 GB worth. If Microsoft can offer a similar experience then I am interested.


Yeah, but that isn't systems programming on Windows.


what I want is to have tools to compile C/C++ programs. until microsoft offers a minimal package like this, visual C++ is generally a poor choice for any compilation of C/C++ programs, because of the bloated nature of the current offerings.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: