%juliahelp()
%sage
julia.quit()
function workspace()
last = Core.Main
b = last.Base
ccall(:jl_new_main_module, Any, ())
m = Core.Main
ccall(:jl_add_standard_imports, Void, (Any,), m)
eval(m,
Expr(:toplevel,
:(const Base = $(Expr(:quote, b))),
:(const LastMain = $(Expr(:quote, last)))))
empty!(package_list)
empty!(package_locks)
nothing
end
On Oct 28, 2014 2:57 PM, "Pablo Zubieta" <pabl...@gmail.com> wrote:
>
> Thanks for the fixes!
>
> For the completion is would be really nice to have the same one as in the existing interactive implementations of julia (the same one you are referring to). I love that feature and I'm sure other wil find it pretty neat too.
>
I'll aim for that. With pexpect (which I'm using) I can literally send a tab and read the results....
> Pablo
>
> --
> You received this message because you are subscribed to the Google Groups "sage-cloud" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to sage-cloud+...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/sage-cloud/a0195565-55b3-4d52-9938-8fa6b3773ec8%40googlegroups.com.
But anyway, at least julia.stuff [tab] works now, which is a useful step.