Thanks, Bob. You did a wonderful job.
Crafting Interpreters is available in print
101–110 of 120 posts
Re: Crafting Interpreters is available in print
#102Earlier quoted context omitted.
I wonder if anyone wrote a book about this!
If you're curious there's a subreddit for a technique like this for building/breaking habits https://www.reddit.com/r/thexeffect
Re: Crafting Interpreters is available in print
#103Author here! It feels amazing to have this done and live. I'm happy to talk about whatever you might want to know about it. If you're curious how the sausage was made, I wrote a blog post about taking the web book and bringing it to print and ebook here: http://journal.stuffwithstuff.com/2021/07/29/640-pages-in-15...
Congrats, Bob, and thanks for all of your time and effort. I enjoyed the illustration videos that you included in the earlier blog post [1] (under "Illustrating by Hand"). That post landed at a time when many of us were badly stressed, and I remember it being very soothing. [1] https://journal.stuffwithstuff.com/2020/04/05/crafting-craft...
Re: Crafting Interpreters is available in print
#104Re: Crafting Interpreters is available in print
#105Author here! It feels amazing to have this done and live. I'm happy to talk about whatever you might want to know about it. If you're curious how the sausage was made, I wrote a blog post about taking the web book and bringing it to print and ebook here: http://journal.stuffwithstuff.com/2021/07/29/640-pages-in-15...
Ordered, thanks. Regrettably I have read fewer than 1% of the books I’ve ever bought, but this one has a much better chance than most. Congratulations on finally putting this project to rest.
Re: Crafting Interpreters is available in print
#106Earlier quoted context omitted.
I'm rather hoping you will sell out your print run, actually. :) But to pile in with everybody else, congratulations!
It's print-on-demand so selling out should be hard, but I welcome any attempts to overwhelm the system. :)
Step 4: ...
Re: Crafting Interpreters is available in print
#107Knuth: The Art of Computer Programming
CLRS: Introduction to Algorithms
Strang: Introduction to Linear Algebra
H&P: Computer Architecture: A Quantitative Approach
and now I ordered yours, Bob! Just wanted to show my respect. When my crunch time is over at work I will answer the issue I opened on GitHub ;-)
Re: Crafting Interpreters is available in print
#108Author here! It feels amazing to have this done and live. I'm happy to talk about whatever you might want to know about it. If you're curious how the sausage was made, I wrote a blog post about taking the web book and bringing it to print and ebook here: http://journal.stuffwithstuff.com/2021/07/29/640-pages-in-15...
Re: Crafting Interpreters is available in print
#109Author here! It feels amazing to have this done and live. I'm happy to talk about whatever you might want to know about it. If you're curious how the sausage was made, I wrote a blog post about taking the web book and bringing it to print and ebook here: http://journal.stuffwithstuff.com/2021/07/29/640-pages-in-15...
I started working on the second part (decided I'd do this one in Rust instead of C), but got distracted by other things and never got around to picking it up again. I look forward to getting back to it!
Thanks again, and congratulations on getting to this publishing stage!
Re: Crafting Interpreters is available in print
#110Author here! It feels amazing to have this done and live. I'm happy to talk about whatever you might want to know about it. If you're curious how the sausage was made, I wrote a blog post about taking the web book and bringing it to print and ebook here: http://journal.stuffwithstuff.com/2021/07/29/640-pages-in-15...
Thank you so much for all your work on this! I ran through the first part (interpreter in Java, which I ended up doing in Scala for fun) a few years ago, and so much about this sort of thing was demystified for me. I used to think building parsers, tokenizers, AST builders, and interpreters was some sort of unapproachable black magic, but now I realize it's not actually that difficult. I started working on the second…
https://ceronman.com/2021/07/22/my-experience-crafting-an-in...