Vote Up
5
Votes
Vote Down

One of the reasons I’ve been told that Linux is better than Windows is that Linux has all the superior development tools and Windows has notepad. Nevermind the fact that Windows is the only OS with Visual Studio and SQL Server Management Studio, but also has Netbeans, Oracle 10g, Eclipse, MonoDevelop, Silverlight ect ect.

Related Trademarks

#1 Posted by want2bfree on Jan 13, 2011 2:46 PM

linux has gcc,g++

#2 Posted by zombieChan on Jan 13, 2011 6:23 PM

So…

I’m not saying Linux doesn’t have any good tools.

#3 Posted by jairjy on Jan 13, 2011 7:57 PM

@WANT2BFREE
Cygwin offers gcc and g++ to Windows too. Netbeans uses it to work with C.

#4 Posted by kiwithing on Jan 13, 2011 10:39 PM

Man, Visual Studio is amazing. I use Linux daily, and have dabbled with some random IDEs and even tried to integrate Vim into my “getting work done” workflow.

Took me a bit to realize that there ain’t nothing on that Linux (or on OSX for that matter) that even compares to Visual Studio, even though people like to tell me Vim and Textmate are “so much better”.

#5 Posted by want2bfree on Jan 14, 2011 4:42 PM

yes but gcc is better integrated on linux then on windows. cygwin is a hack.

#6 Posted by Kharkhalash on Jan 15, 2011 6:18 AM

If Cygwin isn’t your cup o’ tea, there’s Mingw32 and SFU/SUA if you’re hellbent on using GCC.

Either way, you’d think a sensible Windows developer would be using MSVC/MSVC++ on Windows (or ICC or LLVM in the interest of shipping on other platform, both integrate into VS fairly trivially), anyway, which are integrated right into VS, might I add.

I’m not sure what precisely you mean by “better integrated” besides “there by default” and/or “in your $PATH” by default.

As has been discussed there are far better options, even on Linux, than GCC, which has by far the worst platform optimizations (and as Queefer has demonstrated chokes on ANSI standard C). ICC, MSVC, SunStudio and even LLVM kill GCC in terms of platform optimization on their primary platforms. So you’re effectively arguing that Windows lacks good developer tools on the grounds that Linux has “better integration” for a suboptimal compiler collection.

Yes, I’m still alive <3.

You must be signed in to leave comments.