c specification [spirit of c ]

 

• Trust the programmer. 

相信程序员吧,但是我们也要做到我们自己是可信的,不要bug百出

• 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

必要时候可以牺牲可移植性来保证快的运行速度

 

 

这就是c有魅力的c 

 

你可能感兴趣的:(c,spirit)