关于编译技术和语言理论的书籍

来源:互联网 发布:云南java招聘 编辑:程序博客网 时间:2024/04/20 23:18
<<编译原理与实践>>
我是看这本书入门的,内容很简单,实现了一个tiny的微型语言,各个理论分支浅尝辄止。

<<编译原理,技术,工具>>
这本书我同时买了英文影印和中文版,对于喜欢的书大都这样;毋庸多言,每个喜欢编译技术或是计算机科学的人都会读过它。

<<A Retargetale Comipler Design and Implementation>>
差不多是lcc完全注释,非常详细,也非常易懂。我买的是英文原版,花了近500RMB,刚拿到的时候好一阵兴奋,可是差不多半年后,它毫无征兆的从中断裂开来,并且在随后的日子里时不时飞散出零碎的几页。

<<高级编译器的设计与实现>>
这本书主要讲代码优化理论,确实很高级。我刚刚看到数据流分析,与
<<编译原理,技术,工具>>一样,我同时拥有中英文版;同样的,我只看中文版,也没看懂多少。

<<编译器构造:C语言描述>>
英文影印的我都不是很喜欢,中文版更是糟糕。

<<自动机理论、语言和计算导论>>
算是经典教材了,我看了看其中形式化语言的相关几节。

<<计算机程序的构造和解释>>
MIT的经典教材,裘宗燕 老师的译作, Alan J. Perlis在前面的一段话使我着魔,所谓先知,应当如此吧。正是这本书引发了我对函数式语言的兴趣。

This book is dedicated, in respect and admiration, to the spirit that lives in the computer.

``I think that it's extraordinarily important that we in computer science keep fun in computing. When it started out, it was an awful lot of fun. Of course, the paying customers got shafted every now and then, and after a while we began to take their complaints seriously. We began to feel as if we really were responsible for the successful, error-free perfect use of these machines. I don't think we are. I think we're responsible for stretching them, setting them off in new directions, and keeping fun in the house. I hope the field of computer science never loses its sense of fun. Above all, I hope we don't become missionaries. Don't feel as if you're Bible salesmen. The world has too many of those already. What you know about computing other people will learn. Don't feel as if the key to successful computing is only in your hands. What's in your hands, I think and hope, is intelligence: the ability to see the machine as more than when you were first led up to it, that you can make it more.''

Alan J. Perlis (April 1, 1922-February 7, 1990)


"永远别把自己当成兜售圣经的人", 适用于任何行业。

该书的电子版:http://mitpress.mit.edu/sicp/full-text/book/book.html


原创粉丝点击