On Thursday, July 3, 2014 9:20:55 PM UTC-4, Laszlo Hars wrote:
>
> Looking into Steve's code we see it cheats. Our problem has been that the
> Julia console output does not appear on STDOUT, only the results of print()
> do. Steve's code evaluates the input expression and then prints it.
>
The point I have been trying to make is that you probably shouldn't be
using the REPL ("console") at all for this sort of thing, which is not what
the REPL was designed for; you should be writing your own read/print
script. Outside of the REPL, you have no choice but to use print (or
similar) if you want to see a result.