Ask HN: What is the most compelling reasons to use Linux for development
I am using Linux for all my development work (C/C++/Python/Ruby). My friend, on the other hand, is using IDE (RubyMine) for Rails development in Windows. He was asking me "What's the advantage of using Linux for development work? I can work just fine with an IDE in Windows". I only could come up with superficial points like "command line is more flexible", "Linux has lots of tools to help development", etc.
What do you think is the most compelling reasons to use Linux for development vs Windows?
3 comments
[ 3.4 ms ] story [ 16.5 ms ] threadAnother advantage is that is doesn't take long to find and install development tools. You can go from a clean install to a comfortable dev environment very quickly.
It's also easy to automate. There are lots of little tools that can be strung together to perform boring tasks. I found that it changed my way of thinking, and I often look for command line tools or script if I have to repeat a task for than a few times.