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언어를 해라
나도 C로 시작했지만 우리 학교는 기본만 C로 가리키고 그 이후로는 잘 안 씀. C로 너무 많은걸 시키면 학생들이 겁먹을것 같아...
C는 2월 중순이나 3월에 할 겁니다. C에서 파생된 언어가 C++과 자바인데 파생된 새로운 언어가 배우기 어렵지 C는배우기 쉽습니다. 단지 먼저 어려운걸 배우고 원조언어를 배우는 것이 쉽다는 겁니다.
그래서 자바와 C++같은 파생된 언어를 먼저 배우고 C를 배우면 C가 쉽고 이해가 빠르다는 겁니다.