Search

Building an Erlang-like compiler/VM

Here I share the log from my first successful run of my new compiler/VM written in C. It’s all based on the book about Clox (https://craftinginterpreters.com/) by Robert Nystrom.

You can see the processing of three pseudo-parallel processes in Erlang style. Printed it out straight away to hang on the wall because it was really fun and quite challenging.