When Playground will support real-time syntax error checking?

The Playground is very good to prototyping UI or testing an algorithm, I really love it.
But recently I use it to convert some Python code to Swift, every time I have to run it to find the syntax error and then try to fix it, back and forth, this is very inefficient.
Anyone working on this?