Search code examples
objective-cwindowsfoundationgnustep

Is it considered bad practice to write Windows applications using GNUStep?


I want to start developing for Windows but I want to preserve some of my frameworks that I've used with NSFoundation. I want to build them on Windows using GNUStep and maybe write the whole application using GNUStep.

Would that be considered bad practice?


Solution

  • If I had to deploy apps on Windows, I'd use GNUStep, CocoaTron, or anything else I could find that let me avoid .NET or Win32. I might even settle for Qt if I had to.