On Mon, May 2, 2016 at 11:33 AM, K leo <[email protected]> wrote: > When I test my programs, I often do include("myprog.jl") on the REPL after > editing the program. What I found is that after I do this enough times, > response to the "include" becomes slow at the REPL. What is happening?
include parse and eval the file in current module. Without detail (and I mean very detail, not just a sentence or two about what it does) about your code, it's impossible to tell what's happening.
