文章分类 -  编程语言

有关编程语言的概述和各种具体语言的特性
摘要:转自http://blog.jobbole.com/36480/编译:oschina,原文:Go at Google: Language Design in the Service of Software Engineering1. 摘要(本文是根据Rob Pike于2012年10月25日在Tucson, Arizona举行的SPLASH 2012大会上所做的主题演讲进行修改后所撰写的。)针对我们在Google公司内开发软件基础设施时遇到的一些问题,我们于2007年末构思出Go编程语言。当今的计算领域同创建如今所使用的编程语言(使用最多的有C++、Java和Python)时的环境几乎没什么关系 阅读全文
posted @ 2013-03-22 22:28 blockcipher 阅读(435) 评论(0) 推荐(0)
摘要:(转自)http://www.facebook.com/notes/facebook-engineering/three-optimization-tips-for-c/10151361643253920This is an approximate transcript of my talk at Facebook NYC on December 4, 2012, which discusses optimization tips for C++ programs. The video of the talk ishereand the accompanying slides arehere. 阅读全文
posted @ 2013-03-22 09:04 blockcipher 阅读(227) 评论(0) 推荐(0)