julia-repl
julia-repl copied to clipboard
sending code to repl via include
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.