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 42966
To read all comments associated with this story, please click here.
Notes on Programming in C
by Anonymous on Tue 11th Oct 2005 01:40 UTC
Anonymous
Member since:
---

I was just reading Rob Pike's excellent paper "Notes on Programming in C"; short, clean and concise; and most of it can be applied to almost any programming language:

http://www.lysator.liu.se/c/pikestyle.html

C still is one of the most clean and useful programming languages; it's the perfect "portable assembler". But I must admit that this days when I want to do high level programming I prefer Limbo ( http://www.vitanuova.com/inferno/papers/limbo.html ) or Erlang ( http://www.erlang.org )

Reply Score: 0