Jump to content

Are there any benefits to using a certain operating system for programming? Besides linux.

Regardless, what I'm trying to ask is, are there any advantages to using a certain operating system for programming. For example, maybe windows 8.1/10 works really well and is faster with visual studio. Or maybe the operating system is just faster in general which "speeds up" coding when dealing with algorithms and stuff like that.

 

Does it matter?

Link to comment
https://linustechtips.com/topic/511047-os-programming-benefits/
Share on other sites

Link to post
Share on other sites

Are there any benefits to using a certain operating system for programming? Besides linux.

Regardless, what I'm trying to ask is, are there any advantages to using a certain operating system for programming. For example, maybe windows 8.1/10 works really well and is faster with visual studio. Or maybe the operating system is just faster in general which "speeds up" coding when dealing with algorithms and stuff like that.

 

Does it matter?

 

Well, C# seems to be pretty good. You can develop applications for iOS, Mac OS X, Android and Windows. Although to develop for iOS and Mac OS X you'll need Xamarin Studio from my experiences. C# also has tight integration with Unity so you can develop games with it using Visual Studio. All in all, C# is an all-round good language.

Link to comment
https://linustechtips.com/topic/511047-os-programming-benefits/#findComment-6812519
Share on other sites

Link to post
Share on other sites

Java on mac is an issue. Mac also has IO performance issues due to the way its kernel is designed which manifests most in database access. Mac also has a lot less tools in general for programmers, I had issues with test proxies and all sorts of other things, I know a lot of people laud Mac's for programmers but my experience was it was lacking the niche tools you find on Linux and Windows. Linux has the best environment for programming but if you are on windows you can get the 95% most used with cygwin.

Link to comment
https://linustechtips.com/topic/511047-os-programming-benefits/#findComment-6812666
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×