Linked by Eugenia Loli on Mon 10th Oct 2005 16:48 UTC, submitted by Shlomi Fish
General Development Shlomi Fish has written a new essay titled "When C is the Best? (Tool for the Job)". Its theme is giving several reasons (besides high speed and low memory consumption) why some code should still be written in C.
Permalink for comment 42660
To read all comments associated with this story, please click here.
C as an Intermediate Language
by Anonymous on Mon 10th Oct 2005 17:31 UTC
Anonymous
Member since:
---

"C is a disease, and it's spreading"

I read that line many many years ago, I believe on BYTE magazine.
C is still spreading, and yes, it's a disease!
I programmed in C for 15+ years, and when I found Python, I will never look back at C again!
C is good for intermediate target language, because of the availability of many ANSI C compilers. So what we'll see in the following years, is many high level languages creating C/C++ code to create final executables.
So basically C will move down a layer.

Reply Score: 0