If we made testing a language's first class citizen
https://news.ycombinator.com/item?id=13984444we'd be able to live code everything we make, by requiring a mock and expectations for every class we should be able to see output live as we code.
yes some already (Golang or D) do this and they should be able to run their tests inline with a pretty editor to create an live-code-esque environment.