In the Spirit of C.
Just read an Artima article titled In the Spirit of C. Its been a while since I programmed in C/C++ - it was fun to do that, both in College and Work. After I started with java at work, I have lost touch with C/C++.
This is an interesting article by Greg Colvin about the evolution of BCPL, B, C, C++ and java.
It bases its analysis on the facets on the spirit of C as documented in the first ANCI C standard:
Just read an Artima article titled In the Spirit of C. Its been a while since I programmed in C/C++ - it was fun to do that, both in College and Work. After I started with java at work, I have lost touch with C/C++.
This is an interesting article by Greg Colvin about the evolution of BCPL, B, C, C++ and java.
It bases its analysis on the facets on the spirit of C as documented in the first ANCI C standard:
- Trust the programmer.
- Don't prevent the programmer from doing what needs to be done.
- Keep the language small and simple.
- Provide only one way to do an operation.
- Make it fast, even if it is not guaranteed to be portable.
0 Comments:
Post a Comment
<< Home