・Python Python Programming: An Introduction to Computer Science Practical Programming: An Introduction to Computer Science Using Python Python for Software Design: How to Think Like a Computer Scientist
・アルゴリズム プログラミングに活かすデータ構造とアルゴリズムの基礎知識 ←最初の1冊 珠玉のプログラミング―本質を見抜いたアルゴリズムとデータ構造 ←2冊目 アルゴリズムC セジウィック ←3冊目 アルゴリズムC++ セジウィック Problem Solving With Algorithms And Data Structures Using Python ←Python参考書 〜以下理論よりのアルゴリズム本〜 アルゴリズムイントロダクション 原著は3版、訳は2版、3巻だけ1版 An Introduction to the Analysis of Algorithms セジウィック Algorithms www.cs.berkeley.edu/~vazirani/algorithms.html ←講義のまとめだから網羅的ではない
・StandardML、OCaml プログラミング言語StandardML入門 プログラミングの基礎 Purely Functional Data Structures 書籍はHaskellでの実装例有 プログラミング in OCaml ~関数型プログラミングの基礎からGUI構築まで
・Haskell プログラミングHaskell Real World Haskell―実戦で学ぶ関数型言語プログラミング Haskell: The Craft of Functional Programming The Haskell School of Expression: Learning Functional Programming through Multimedia Introduction Functional Programming (2nd Edition) Introduction to Functional Programming Systems Using Haskell The Haskell Road to Logic, Maths and Programming
・Scheme How to Design Programs: An Introduction to Programming and Computing Exploring Computer Science with Scheme 来年2版 Concrete Abstractions: An Introduction to Computer Science using Scheme The Scheme Programming Language, 4th Edition Essentials of Programming Languages, 3rd Edition Structure and Interpretation of Computer Programs mitpress.mit.edu/sicp/ Semantics Engineering with PLT Redex
・Lisp Common Lisp: A Gentle Introduction to Symbolic Computation www.cs.cmu.edu/~dst/LispBook/ Successful Lisp: How to Understand and Use Common Lisp Land of LISP: Learn to Program in LISP, One Game at a Time! The Art of the Metaobject Protocol On Lisp LET OVER LAMBDA Edition 1.0 実践Common Lisp
・UNIX/Linux UNIXという考え方―その設計思想と哲学 (読み物) 例解UNIXプログラミング教室 新The UNIX Super Text 改訂増補版 上下 Unix/Linuxプログラミング理論と実践 詳解UNIXプログラミング The Art of UNIX Programming Lions' Commentary on UNIX UNIXカーネルの設計 UNIXプログラミング環境 UNIXシステムコールプログラミング (原著は2版) 入門UNIXシェルプログラミング―シェルの基礎から学ぶUNIXの世界 UNIXネットワークプログラミング入門 UNIXネットワークプログラミング Vol1,2 Your UNIX: The Ultimate Guide Linuxプログラミング―例題で学ぶUNIXプログラミング環境のすべて Linuxカーネル2.6解読室 Linuxシステムプログラミング Linuxデバイスドライバプログラミング Linuxデバイスドライバ