daimyo-reversal
NOTE(coined-term): This is a term coined by myself.
A programming technique / software pattern where you instead of using the language to express complicated logic you design a easier-to-understand virtual machine that can express the logic in a easier-to-understand manner and implement the logic as a program of that virtual machine. It's called a reversal because with this pattern code is being controlled (by data) instead of controlling (the logic); it's called a Daimyo reversal because "Daimyo reversal" is a term I made up and I think "Daimyo" sounds cool. I'm sure this pattern has a plethora of names already, but if there somehow isn't, I hope this would be the name people would use.
2024.9.19