Crafting Interpreters is probably the best programming book I’ve ever read, it covers s… — @zack_overflow
x.com · saved by 1 readers
Crafting Interpreters is probably the best programming book I’ve ever read, it covers so many topics: - lexing - parsing - tree walk interpreter - bytecode and VMs - How to write C - memory management - GC - hash tables - dynamically resizable arrays - nanboxing - bit twiddling