Mac vs Windows (Programming)

Standartuye

Regular Member
Joined
Jun 26, 2013
Messages
435
Reaction score
133
Hi guys
Never had a Mac before but I am about to buy one. As you know it is around $2.5k.

So my question is that is there any noticeable advantage of Mac over Windows when it comes to programming?
 
Code is just English, you type it like English in any code editor and it works. But of course, it sometimes spits out grammar errors if the syntax is wrong. jk

The difference? None. Maybe performance will be way better. :)
 
If you run most in the cloud it really does not matter.
Unless you love visual studio larger version like me.
 
Hmmm, yes, I use both Windows and Macos and I can tell you there are huge differences if you want to use tools such as Docker. Docker for example is a pain in the ass on Windows while in Macos it works out of the box.

I find Macos to be way more friendly with the developer over time with certain things that require Unix knowledge. I could post a longer text here but I'll keep this short. Macos > Windows for me (I even recently switched all my programming from Windows to Ubuntu because of certain problems)
 
Hi guys
Never had a Mac before but I am about to buy one. As you know it is around $2.5k.

So my question is that is there any noticeable advantage of Mac over Windows when it comes to programming?
IMO, it depends on the usage... One of my friend is Network engineer, he prefers mac over windows. I'm into web, mobile and desktop application, so I prefer windows.
 
None that I know of, at least for what I do. I use vs code on Windows. You could use vs code on mac. There is absolutely no difference when it comes to the code. I find windows more user friendly because I am used to it. You may find mac more user friendly, because you might be used to it. It's all about the training.
 
Ubuntu desktop. If you dont make apps for windows you dont need anything else. Mac is overpriced as @#$. You can build PC with similar hardware to mac for half price.
 
Ubuntu desktop. If you dont make apps for windows you dont need anything else. Mac is overpriced as @#$. You can build PC with similar hardware to mac for half price.
Very true! Very very true! Inb4 mac lovers come here to flame you.

Hmmm, yes, I use both Windows and Macos and I can tell you there are huge differences if you want to use tools such as Docker. Docker for example is a pain in the ass on Windows while in Macos it works out of the box.

I find Macos to be way more friendly with the developer over time with certain things that require Unix knowledge. I could post a longer text here but I'll keep this short. Macos > Windows for me (I even recently switched all my programming from Windows to Ubuntu because of certain problems)
Windows 10 now comes with wsl. In case you haven't checked it yet, give it a try! You would probably fall in love with it. Btw, I have used docker on windows before, and it was pretty smooth. You probably did not set it up right.

Anyways, I have stopped using xampp/wamp or containers and started using lamp on ubuntu (wsl) through windows. Pretty dope, I must say. I will be posting a tutorial on how to set it up, pretty soon. ;)
 
Last edited:
Mac or Linux generally. If you plan on apps developing for Windows, then you would want to stick with it.
 
I prefer windows becauase i loved building my own setup without the dilemmq of upgrading my setup after a year because the manufacturer promises a better performance. When it comes to coding, any operating system works, you can even code on mobile phones now.
 
If you are writing command-line tools, the working on Mac is as good as any other OS give or take
 
Hi guys
Never had a Mac before but I am about to buy one. As you know it is around $2.5k.

So my question is that is there any noticeable advantage of Mac over Windows when it comes to programming?
Yes absolutely. OS X is Unix-based which is a huge advantage over windows. Plus, you can still install windows if you ever need it, so you have the option to switch between the two OSs with ease. You can’t do that on a PC.

Congrats on your new Mac, enjoy it. :)
 
Since we're on BHW it probably stands to mention that you can virtualize MacOS in Virtualbox for free...

Not that I would do that, since it's illegal ;)
 
Yes absolutely. OS X is Unix-based which is a huge advantage over windows. Plus, you can still install windows if you ever need it, so you have the option to switch between the two OSs with ease. You can’t do that on a PC.

Congrats on your new Mac, enjoy it. :)
Of course u can install dual OS also with Windows or use virtualization. MacOS is shitty restricted OS i would use Linux or FreeBSD (where MacOSX copy a lot lol)
 
Back
Top