Blackpool

Blackpool is an experimental programming language, VM, and domain-specific library.

As part of my work on Hornvale, I want to write a scripting language that is:

I can afford to compromise the first and second points for the third somewhat, given the nature of Hornvale.

This work is based on Lox, from Robert Nystrom's amazing Crafting Interpreters, and specifically his bytecode-based CLox, but I'm customizing it heavily based on my personal preferences and intended use case, and adding bindings for functionality in other projects.