|
|
|
|
|
by p_ing
162 days ago
|
|
As a developer, why target Linux in all it's permutations with an unstable ABI when I can target the only stable Linux ABI -- Win32? If WINE fills the gap (and it largely does), there's zero reason to create native Linux builds. That's simply more bugs and more headaches for devs. |
|
Personally, I find software more stable when coding on Linux and making Windows changes after it is operational. Windows takes more work with edge cases than Linux, BDS, and macOS.
Windows treats STDIN and STOUT different between console and GUI. All other OSes that I have worked on threat them the same.