tpapp / julia-repl

Run an inferior Julia REPL in a terminal inside Emacs
Other
171 stars 35 forks source link

sending code to repl via include #18

Open tpapp opened 6 years ago

tpapp commented 6 years ago

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.