I think I understand you correctly.
Two things: You'd have to make sure that they couldn't execute any commands you didn't want them to, and put in the commands you wanted them to use: by the time you're done, just write your own language.
The other problem would be the compiling problems. MProgs are interpreted , not compiled (like BASIC), and I'm not sure whether Python is interpreted or not, but any compiled language could give you problems.
|