|
|
|
|
|
by anon7000
408 days ago
|
|
Eh, is this worse than Windows? You develop UWP or WPF or whatever the current flavor is with Visual Studio, and use C# APIs that only exist on their platform. On Mac, I can use bash/zsh mostly how I would on linux. The main compatibility issues come from BSD tools vs GNU, which are very simple to replace if you want. On Windows, they use PowerShell, which is totally proprietary. On Mac, web & infra development can use completely open source tooling which can be shared with Linux. You can still use VS Code to edit Swift (or C#), but the more "proprietary dev environments" (Xcode or Visual Studio) are probably more powerful with system level integrations. Heck, you can use PyQT on mac if you don't like Swift or Xcode. |
|