I tried to design and make a performant and tiny scripting language.
It's called "Script 8" at the moment, meant for a potential AVR micro controller project, and should be very applicable on desktop too. Gonna be text->byte code->run.
I got this far for about two days off time:
This is the raw byte code the interpreter/compiler generated
And I added explaination