Recently, I've been taken by this project of @wryl that might be of interest to folks diving into minimal virtual machines.
It's a string rewriting scheme with a single operator <>, similar to Thue, with the added capability of binding addresses in the input string to registers and manipulate them during the transcription.
It's an extremely elegant runtime, capable of emulating lisps, type systems, concatenative languages, all without any form of garage collection.
@neauoire @wryl reminds heavily of Markov algorithms I learned at uni. It was fun coming up with the rewriting rules! And more rewarding than those Turing machines 😤