- [x] #2 - Variables are prefixed with `$` - No centralized variable source unlike SugarCube, things are pretty scattered - [x] #3 - Compiled from Python (EmScripten?) - Python context can be hijacked, can execute arbitrary Python inside the VM (See LDS) - Variables are just Python objects under a certain module, the only big challenge here would be making a serializer/deserializer - [ ] TyranoBuilder - I know basically nothing about this - Drag and drop stuff, so I assume it's compiled in an unfriendly manner (to us) - I've seen like 4 games use it ever so i'm unsure if its worth the research
$