This could be very interesting if we could call the interpreter within python's code, like
import whitespace
whitespace.run(some_code)
Right now we can do this with subprocess, but it's kind of externalizing the thing.
Thank you for the interpreter tho.