This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
I've been reading this fantastic book called "Crafting Interpreters" lately by Bob Nystrom. It talks about the different types of programming languages. We can think about all compilers as falling into three categories. Compilers that output machine code. Compilers that output bytecode and need to be interpreted. Compilers that output an intermediary format and then hand it off to another…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.