On Monday, April 7, 2014 10:58:40 AM UTC-4, Stefan Karpinski wrote:
>
> I'm not sure what that's in response to, but yes, we should have such a
> thing. However, it should automatically use the REPL and provide line
> editing when appropriate or fall back on dumb input otherwise.
>
I was thinking of suggesting that we provide a
readline(prompt::String)
method that does this. It would be useful for IJulia, because right now
if do readline() it just has "STDIN> " as the prompt.
However, I'm not sure how to write such a method in Base such that it can
be cleanly extended/overridden if you are running in IJulia.