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
69
245
4K
831K
4K
Download Image
Reading it like 3.5 years ago was one the most pivotal moments in my coding journey
@zack_overflow I am going to give it a read. I hope it is going to be my pivotal moment too. I have been trying to get into compilers for a while now but I can’t get beyond the basic knowledge.