Live data from Hacker News

Textbooks by the Faculty of the C.S. Department of Kansas State University

textbooks.cs.ksu.edu

21–22 of 22 posts

Re: Textbooks by the Faculty of the C.S. Department of Kansas State University

#21

This is a good resource. Is there an equivalent to Feynman's lectures on physics but for computer science? Which books about computer science will remain relevant in one hundred years, when most engineers will probably be using programming languages and frameworks whose creators are not even born yet? I don't work in software, but I like to collect foundational texts in various disciplines. I have some programming ex…

People talk about The Art of Computer Programming that way. I can't personally speak for the contents though.

Thank you. Much appreciated.

Re: Textbooks by the Faculty of the C.S. Department of Kansas State University

#22

This is a good resource. Is there an equivalent to Feynman's lectures on physics but for computer science? Which books about computer science will remain relevant in one hundred years, when most engineers will probably be using programming languages and frameworks whose creators are not even born yet? I don't work in software, but I like to collect foundational texts in various disciplines. I have some programming ex…

The obvious answer is Structure and Interpretation of Computer Programs by Abelson and Sussman, often called SICP . It is often discussed on HN and is generally regarded as a classic with great staying power. It appeared in 1985 so it already has a good start on a hundred years. It has some features in common with The Feynman Lectures : It presents a very personal, not always mainstream, view of its subject. It was o…

Thank you. Much appreciated.
Post reply on HN