VMs — Parsing and Syntax
So far the Pandita virtual machine has three phases: a parser that produces an abstract syntax tree, a compiler that takes the AST and produces byte-code, and a virtual machine...
Read ArticleReflections on code, the things I read and what I've been up to.
So far the Pandita virtual machine has three phases: a parser that produces an abstract syntax tree, a compiler that takes the AST and produces byte-code, and a virtual machine...
Read ArticleFor my side project, Pandita, I’ve started writing a virtual machine implementation of the core language, Indu. I’ve been doing this as a hobby in my spare time, roughly since...
Read ArticleI grew up in Darwin, Australia and could see firsthand the undercurrent of racism there and in the rest of the country. I lived in Australia until 2011, and observed...
Read ArticleThe Autograph Man Zadie Smith
Read ArticleNot just this blog post, the entire blog. Everything from the server running it to the Jekyll pipeline that builds it.
Read ArticleI have a question for the non-programmers reading this: when you use the web, what is your intuition about how the whole thing works?
Read ArticleThe modern web is an amazing piece of technology. It is a platform for connecting people and technology in a way few imagined. This would never have happened by attempting...
Read ArticleHyperCard was a piece of software bundled for free with original Macs in the late 80s and into the 90s. It’s probably my favourite piece of software, but very hard...
Read Article