The Spirit of C


    There are many facets of the spirit of C, but the essence is a community sentiment of the underlying principles upon which the C language is based. Some of the facets of the spirit of C can be summarized in phrases like:

        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.




http://www.open-std.org/jtc1/sc22/wg14/www/C99RationaleV5.10.pdf



C언어 표준에 나온 내용이다.





프로그래밍 입문은

C언어로 하지마라



파이썬, 비베, 자바스크립트같은 쉬운 언어로 입문하고


믿을 수 있는 프로그래머가 되었을때 C언어를 해라