Live data from Hacker News

Ask HN: What are some books where the reader learns by building one project?

news.ycombinator.com

101–110 of 232 posts

Re: Ask HN: What are some books where the reader learns by building one project?

#101
post #21

Earlier quoted context omitted.

I second this. Build a compiler from scratch. Main annoyance is that it uses SML - most readers are likely to want to use OCaml, and it's a bit fiddly translating between the two.

There are of course the C and Java implementation books as well.

Links?

Re: Ask HN: What are some books where the reader learns by building one project?

#102
Erlang and OTP in Action https://www.manning.com/books/erlang-and-otp-in-action You build an application with increasing complexity. There are some other applications that are built along the way to demonstrate some ideas in a smaller scope, but the overall structure of the book is designed around making one application better as you learn more about OTP.

Re: Ask HN: What are some books where the reader learns by building one project?

#105
post #86

TECS: "The Elements Of Computing Systems" https://mitpress.mit.edu/books/elements-computing-systems In this book you build a (virtualized) computer. It is one of the best books I ever read.

+1, along with the author's course "Build a Modern Computer from First Principles: From Nand to Tetris" https://www.coursera.org/learn/build-a-computer

Re: Ask HN: What are some books where the reader learns by building one project?

#106

Earlier quoted context omitted.

There are of course the C and Java implementation books as well.

Links?

https://www.cs.princeton.edu/~appel/modern/java/

https://www.cs.princeton.edu/~appel/modern/c/

Post reply on HN