I have an unusual 2 pronged project involving both Forth and Python languages.
I want to create a (large) number of VMs to run multiple instances of both languages.
Forth does not use an underlying OS so it is effectively bare metal in the VM. I want to run Python the same way, or maybe instead micropython because it has a littleFS underneath.
Any ideas gratefully appreciated.