I have written some code (in Elixir) that writes to stdout and tries to read from stdin. The output is fine, and goes to the window at the bottom of the editor, however read operations return with no value. Is there some mechanism for performing interactive IO from inside a program under development inside Sublime?
Reading from stdin in application
valerij
#2
not with standart build output window but plugins like https://github.com/wuub/SublimeREPL do help
0 Likes