Search Results

2
votes

Does using linux benefit you as a programmer?

I want to point out some prominent points complete missed by others that have posted. Linux provides some tools that I have tried on other OS's like Windows, but fail to have the proper flow. This …
0
votes

How to get started with Mono in Linux for a beginner?

Debian and Ubuntu, and probably all other children, have mono in the repository. So, setting up mono in Linux can be as easy as # aptitude install monodevelop However I would suggest versio …
3
votes

What is a good Linux IDE for code completion?

Based on the requirements you are looking for an answer that does not exist. You wish to have an IDE that has better auto-complete than VS then list every IDE found in Linux saying it isn't good en …
1
vote

We have to use C “for performance reasons”

You may want to look at The D Programming Language. It could use some performance tuning, as there are some areas pytho …