Live data from Hacker News

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

news.ycombinator.com

21–30 of 232 posts

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

#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.

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

#24

https://github.com/thewhitetulip/web-dev-golang-anti-textboo... You can learn how to build a todo list manager in Go. This book is about building a webapp from scratch without using a framework.

Using a UI or ncurses?

The book is about building web apps with just Go and no frameworks on top of it.
Post reply on HN