程序语言相关图书会按更新时间、出版时间和评分持续整理,适合从主题维度系统浏览。
Core Java, Volume I (10th Edition)
Cay S. Horstmann, Gary Cornell
评分 9分
Common Lisp
Guy L. Steele
评分 暂无
Core Java
评分 8.6分
If learning Java is a must for your career, and you cannot afford to waste weeksor even months reading tutorial books that lead you nowhere, this book is theone you need. The best-selling introduction
Marin-Lof类型论程序设计导引
Bengt Nordstrom
21天学通Java6
《21天学通Java 6(第5版)》包括3周的课程,通过学习,读者将具备使用Java开发应用程序、servlet和JSP的知识和技能。第1周介绍Java语言的基本知识,包括数据类型、变量、表达式、对象、数组、条件语句、循环、类、接口、包、异常、断言和线程等;第2周介绍Java类库,包括向量、堆栈、映射、散列表和位组等数据结构,以及Swing组件、布局管理器和Java Web Start等;第3周介
Anatomy of Lisp
John Allen
Dive Into Python
Mark Pilgrim
评分 8.2分
Python is a new and innovative scripting language. It is set to replace Perl as the programming language of choice for shell scripters, and for serious application developers who want a feature-rich,
编译器设计之路
裘巍
评分 7.8分
《编译器设计之路》系统地介绍了一个实际的Pascal编译器Neo Pascal的设计与实现。结合Neo Pascal的源代码,详细讲述了LL(1)语法分析器、符号表系统、中间表示、类型系统、优化技术、运行时刻的存储管理、代码生成器等编译器设计的核心话题。各章都附有少量以实践应用为主的练习题,既可作为阅读思考题,也可作为课程设计选题。 与国内其他介绍编译技术的图书相比,《编译器设计之路》更关注的是编