Live data from Hacker News

Building and modifying Linux Kernel with Visual Studio

sysprogs.com

31–38 of 38 posts

Re: Building and modifying Linux Kernel with Visual Studio

#31
post #27
post #16

Earlier quoted context omitted.

That's a great question. Here's my take on it: I switched from Windows to Linux over a decade ago...but as somebody that has to often write a lot of C/C++ code, man do I miss Visual C++. I've gone through all the IDEs (Eclipse, Code::Blocks, Anjuta, QtCreator, etc). QtCreator comes close for me, but I feel most comfortable with Sublime Text and a terminal for compiling/debugging/profiling. Visual C++'s intellisense a…

Have you heard of JetBrains' C++ IDE? http://blog.jetbrains.com/objc/2014/02/jetbrains-c-ide-statu...

In all honesty, it's not even close to VS. As a lifelong MS hater, even I have to admit that they sure know how to produce an amazing IDE.

Re: Building and modifying Linux Kernel with Visual Studio

#32
post #20
post #11

Earlier quoted context omitted.

I keep my code portable to Windows soley for the purpose of getting to use the Visual Studio debugger. Likewise, Windows developers should write portable code so they can use valgrind.

No need for valgrind when using memory safe languages :)

"Often time when using high level algebraic languages we have a tendency to do things in a way that looks the best, or in the shortest number of statements. Often completely ignoring what will execute fastest." - Donald Knuth The Art Of Programming Volume 1 Second Edition Preface X.

Re: Building and modifying Linux Kernel with Visual Studio

#34
post #20

Earlier quoted context omitted.

No need for valgrind when using memory safe languages :)

"Often time when using high level algebraic languages we have a tendency to do things in a way that looks the best, or in the shortest number of statements. Often completely ignoring what will execute fastest." - Donald Knuth The Art Of Programming Volume 1 Second Edition Preface X.

But its the most maintainable so 99% of the time that's the right choice.

Re: Building and modifying Linux Kernel with Visual Studio

#36
post #23
post #16

Earlier quoted context omitted.

That's a great question. Here's my take on it: I switched from Windows to Linux over a decade ago...but as somebody that has to often write a lot of C/C++ code, man do I miss Visual C++. I've gone through all the IDEs (Eclipse, Code::Blocks, Anjuta, QtCreator, etc). QtCreator comes close for me, but I feel most comfortable with Sublime Text and a terminal for compiling/debugging/profiling. Visual C++'s intellisense a…

I don't suppose you've heard of KDevelop?

I have and forgot to mention it. Good IDE, but still not on par with VS IMO.

Re: Building and modifying Linux Kernel with Visual Studio

#38

Earlier quoted context omitted.

Lol, i imagined Stallman saying this

I have to admit - when I first saw this I heard that record scratch sound and the universe stopped for a moment. Technically-speaking, this is pretty cool thing. Socially, this is so wrong on so many levels, I'm surprised no one has done it before. We could probably power a small city with the electricity generated by future-Stallman spinning in his grave over this. Though, we also have to allow that he might become…

"We could probably power a small city with the electricity generated by future-Stallman spinning in his grave over this." lol, this part killed me
Post reply on HN