El ORIGEN de C
https://www.youtube.com/watch?v=5o6LPhLCjGY
El espíritu de C
Cの精神
Don’t prevent the programmer from doing what needs to be done.
No impida que el programador haga lo que debe hacer.
プログラマが必要なことをするのを妨げないでください。
Keep the language small and simple.
Mantenga el lenguaje pequeño y simple.
言語を小さく単純にしてください。
Provide only one way to do an operation.
Proporcionar sólo una forma de realizar una operación.
一つの操作を実行する方法は1つだけにしてください。
Make it fast, even if it is not guaranteed to be portable.
Hazlo rápido, aunque no haya garantía de que sea portátil.
可搬性を保証できなくても、高速にしてください。
Ref.
Cの精神とCの原則:C言語がわかるとは
https://qiita.com/kaizen_nagoya/items/d2a24a41f00c939c5e70
「本物のC」は「Cの精神」と 「freestanding と hosted」と「未定義、未規定、処理系定義」
https://qiita.com/kaizen_nagoya/items/11d66a02479239bf80dd
C言語(C++)が必要な人と必要ない人
https://qiita.com/kaizen_nagoya/items/2afe9e846b55b24cb6f1
C言語を習得する3つの方法
https://qiita.com/kaizen_nagoya/items/84cab0888c193bba429b
3つの記事が理解できたらCプログラマと名乗っていいってことで
https://qiita.com/kaizen_nagoya/items/f4cb11ead27733f37610
Ref.
LinuxChad
https://qiita.com/kaizen_nagoya/items/cdae082ffdfffee10605