This is the newest chapter of renowned language architect and hacker Bob Nystrom's † book on implementing languages. It's accessible, readable, and best of all, nicely typeset. I suggest reading...
This is the newest chapter of renowned language architect and hacker Bob Nystrom's † book on implementing languages. It's accessible, readable, and best of all, nicely typeset. I suggest reading from the start if you're coming across this book for the first time. You'll soon be eagerly awaiting email notifications for new chapters like I do!
This is the newest chapter of renowned language architect and hacker Bob Nystrom's † book on implementing languages. It's accessible, readable, and best of all, nicely typeset. I suggest reading from the start if you're coming across this book for the first time. You'll soon be eagerly awaiting email notifications for new chapters like I do!
† Known for Dart and Wren
The typesetting of the book is indeed quite nice: is there any information on how he designed the book?
From what I gather, it's all pieced together from markdown files using a hand-rolled static site generator -
util/build.py
in this repository.I know what I'm doing this weekend now!
Awesome! Although I prefer compiled languages, I'll definitely be checking this book out (when I get the time of course).