January 2026
Intermediate to advanced
372 pages
8h 14m
English
In the past few chapters, I have explored different aspects of the runtime for the interpreter, from the execution model to how it interacts with I/O operations and native callbacks. There was a hint, particularly in the previous chapter, of the importance of designing the operators for the interpreter.
In this chapter, I will now focus on getting enough operations in place for the interpreter to be able to execute a more complete program. We will work through the following:
By the end of this chapter, you will ...
Read now
Unlock full access