If we made testing a language's first class citizen
we'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.
2 comments
[ 5.8 ms ] story [ 20.6 ms ] threadI'm not sure how it would look but maybe declaring methods using demo literals and ending them with an expectation could be the way to go.