Related to question at How to run Esoteric Language ZOMBIE
I realize there is an interpreter ( http://esolangs.org/wiki/User:Marinus/ZOMBIE_interpreter )to run the ZOMBIE language in a python environment, what I don't understand is how to use the interpreter (or any interpreter in general).
Do I save this in a .py file and use the import command? Or execFile? Then just write code in ZOMBIE?