Creator of the Odin Programming Language https://odin-lang.org
Working with JangaFX on EmberGen/GeoGen/LiquiGen
In fact, I will be using it to show you how can you lower directly to machine code with it.
In fact, I will be using it to show you how can you lower directly to machine code with it.
For my stuff, I've not found it significantly faster, but I know others have.
For my stuff, I've not found it significantly faster, but I know others have.
At least develop for a platform you have, at least have a VM/emulator for it.
At least develop for a platform you have, at least have a VM/emulator for it.
I'd also argue that some people want to use MinGW for "ideological" reasons, either out of hate/spite for Microsoft of some kind (not wanting to use Windows and wanting to cross-linking from Linux), or because MinGW is open source and MSVC isn't.
I'd also argue that some people want to use MinGW for "ideological" reasons, either out of hate/spite for Microsoft of some kind (not wanting to use Windows and wanting to cross-linking from Linux), or because MinGW is open source and MSVC isn't.
For C, some libraries that have a C interface may rely on specific C++ symbols directly; assuming the existence due to toolchain ABI assumptions. This does happen in practice, even if it is rare.
For C, some libraries that have a C interface may rely on specific C++ symbols directly; assuming the existence due to toolchain ABI assumptions. This does happen in practice, even if it is rare.
For C++, their ABIs are incompatible. Most 3rd-party libraries that are precompiled will also assume the MSVC toolchain, and not MinGW.
For C++, their ABIs are incompatible. Most 3rd-party libraries that are precompiled will also assume the MSVC toolchain, and not MinGW.