julia-repl icon indicating copy to clipboard operation
julia-repl copied to clipboard

sending code to repl via include

Open tpapp opened this issue 8 years ago • 0 comments

There should be an option for sending code longer than some threshold (eg 10 lines) sent by include. Eg by evaluating an expression

julia> include("/tmp/xyz.jl") # code from buffer.jl, lines 14:30

The temporary file could be buffer-specific and permanent.

tpapp avatar Dec 15 '17 08:12 tpapp