Hacker News new | ask | show | jobs
by eplawless 6063 days ago
I developed for Linux in C++ for about 8 months recently. We did all of our development from Windows with Visual Studio and Visual Assist X because Linux doesn't have anything even close to the same quality (Qt Creator is only about a year away from catching up, and is brilliant software, but isn't there yet).

Boost's unit test library has memory leak detection built in, and Intel's performance analysis tools integrated into Visual Studio utterly trounce Valgrind. ICC embarrassingly outperforms GCC.

Linux development is still way the hell behind, and if the article's to be believed, apparently blissfully unaware.

2 comments

Another great IDE to keep an eye on is KDevelop, the amount of context aware data that is made easily through it is impressive, see for example: http://zwabel.wordpress.com/2009/01/08/c-ide-evolution-from-... http://zwabel.wordpress.com/2009/03/13/really-rapid-c-develo... or http://zwabel.wordpress.com/2008/12/10/code-navigation-in-kd...
This article is about Linux vs. Mac for coding, not Linux vs. Windows.
It's also about available suites of tools to support development, not IDEs.

Gotta figure someone was going to chime in with the Microsoft IDE love though.