vote up 1 vote down star
1

This question is inspired from this question on reddit. I would like to know precise points where Mac and Linux would win over Windows when it comes to development of Ruby applications. I understand that this is not really a programming problem but I did not know where to ask.

flag
Start with making it a wiki, since it isn't a real programming question – James Black Oct 26 at 5:11
Virtually all of the people at my rails meetup use Macs rather than Linux. I don't really know why. – Andrew Grimm Oct 26 at 6:57

closed as subjective and argumentative by OMG Ponies, musicfreak, Jim Ferrans, Greg Hewgill, SilentGhost Oct 26 at 12:18

3 Answers

vote up 3 vote down

Ruby has a strong unix culture. Getting it to work on Windows tends to be a huge PITA.

  1. Serious Ruby development thus tends to happen on Linux or OSX.
  2. Rubyists tend to be self-employed/work for small companies/work out of their laptops.
  3. Macbooks provide a much greater laptop experience than any Linux laptop on the market while being source compatible with all of your code. QED.

With the exception of Textmate, and MacRuby it's not like OSX has anything Linux lacks. Anecdotally, Rubyists also tend to be the kind of peeps who care about "user experience" and "good design", but I think this explanation carries little weight.

link|flag
vote up 3 vote down

Not only Ruby but almost all the programmers prefer Macs/Linux. It is about the availability of the great programming tools with these systems which makes them so much useful.

link|flag
1  
And that's why Macs have so many more programs than Windows? – Chuck Oct 26 at 5:23
1  
@Chuck: Quantity =/= Quality – Zepplock Oct 26 at 5:26
Yes, but number of programmers ≈ quantity. – Chuck Oct 26 at 5:29
*nix based systems have WAY more applications than Windows, it's just that most of them are rarely used and not very well known. Look in any repository. – Mike Trpcic Oct 26 at 5:40
The proliferation of *nix apps is IMO because they're esoteric, coded to a specific use. It's easier to recreate from scratch than to work in an existing framework. Larger apps are just a loose cobbling of existing ones, with a multitude of app installs (much less dependencies). Package managers came into being solely to deal with this. – OMG Ponies Oct 26 at 5:48
vote up 3 vote down
  1. development stack (mysql, ruby, etc) is built-in and supported naitively by OS

  2. Community: many many helpful people who develop on mac/linux

  3. Tools: for example ssh is built-in, free dev tools

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.