Search Results

1
vote

What are five things you hate about your favorite language?

Another vote for C++ here... still my favorite with a few close followers - C and Python. Here's my current hate list in no particular order: Plethora of integer types inherited from …
0
votes

Programmer productivity by programming language?

I tend to agree that the programming language has less influence on productivity than the comfort of the individual with the tools at hand. If you are really comfortable with the platform (language …
0
votes

Favorite (non-esoteric) Programming Language

When I really need to get something done, get it done NOW!, and not do it again any time soon, I will always fall back to shell+awk+sed or Perl. I don't really consider it programming, but it is ho …
2
votes

What would it take for people to move away from C++?

My personal choice to use C++ (when I even have a choice) is because it is one of the only multi-purpose programming languages that is not interpreted and has enough "bells and whistles" to let me …
0
votes

What do you wish was automatic in your favorite programming language?

For languages that provide operator overloading, provide automatically generated overloads for symmetric operations when only one operation is defined. For example, if the programmer provides an eq …
1
vote

What software programming language is like Ruby?

Before you completely give up on C++, give Accelerated C++ a read first. It tries a new approach at teaching C++ that is actually pretty …
0
votes

Linux stand alone executable generation

You might want to consider Perl as it is installed on most UNIX systems by default these days. It isn't much of a higher-level language IMHO but it is a little easier than writing C. I would grab …
1
vote

“The” book for each programming language.

Ada 95: Ada 95 Quality and Style: Guidelines for Professional Programmers Eiffel …