Live data from Hacker News

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

news.ycombinator.com

51–60 of 232 posts

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

#53

I dunno why, but I was kind of hoping there would be non-CS answers for this too, like how to woodwork, or like tying flies.

There was a reference to this book earlier: https://www.amazon.com/Build-Metal-Working-Scrap-Complete/dp...

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

#54
I liked Take Off With Elixir, by Rob Conery. It walks you through writing a program for a fictional aerospace start-up. It also comes with a 3-hour companion video, which is good too.

https://bigmachine.io/products/take-off-with-elixir/

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

#56

Build Your Own AngularJS https://teropa.info/build-your-own-angular/

There needs to be more books like this, but I imagine the lack of such material is due to the effort needed to break a framework down into its smallest pieces.

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

#57
post #21

Modern Compiler Implementation in ML by Andrew Appel

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.

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

#60
I remember seeing a C++ (Borland) book that was entirely about building a flight simulator. Google is betraying my attempts to find it though, and i'm not sure who the actual publisher was. That was during the 90's when I was 14 or something so it was a bit above my head, but I remember almost buying it anyway.

Edit: It may have been this: https://www.amazon.com/Build-Your-Own-Flight-Sim/dp/15716902...

Post reply on HN