Even machine code vs C is a leaky abstraction which is why people use it. It is making tools that compile the code properly and allow proper debugging that is the problem. I suspect things might improve if and when…
Having all the power of unix and a nice interface is great. Its slightly harder to sell if you are not a command line addict but if you are developer though you should be one. My experience has been pretty positive. I…
IDEs seem to be more a symptom of a programming environment that is poorly designed especially if your IDE is generating large amount of code for you. Perhaps that is what petzold was advocating if I could stand reading…
You should probably index the tags on the feeds also.
I have used quite a few build tools and scons is the one I keep coming back to for C/C++. Nothing beats being able to bust out python scripting in the middle of describing how your project should build.
Sounds similar to http://psyco.sourceforge.net/
Even machine code vs C is a leaky abstraction which is why people use it. It is making tools that compile the code properly and allow proper debugging that is the problem. I suspect things might improve if and when…
Having all the power of unix and a nice interface is great. Its slightly harder to sell if you are not a command line addict but if you are developer though you should be one. My experience has been pretty positive. I…
IDEs seem to be more a symptom of a programming environment that is poorly designed especially if your IDE is generating large amount of code for you. Perhaps that is what petzold was advocating if I could stand reading…
You should probably index the tags on the feeds also.
I have used quite a few build tools and scons is the one I keep coming back to for C/C++. Nothing beats being able to bust out python scripting in the middle of describing how your project should build.
Sounds similar to http://psyco.sourceforge.net/