Hi all, I'm observing the following behaviour with workspace() on julia v0.3.0+6 on Ubuntu 14.04
julia> eval(parse("1+1"))
2
julia> workspace()
julia> eval(parse("1+1"))
ERROR: eval not defined
Is this a bug or do I actually have no understanding of what workspace() is
supposed to do? I searched for bug reports on this but didn't find any...
Cheers,
Colin
