A plugin for sublime text, which will allow you to select text, evalute it, then show output.
Download to your sublime package folder.
Just need to set the evalutor command for each language, like Python:
"Python" : "python -i -u"
Only test it on windows with Racket, Python, Nodejs, Ruby.