This might sound like a horrible idea to most, but I would love some kind
of setup where I edit the .jl file with vim (using julia-vim plugin) and a
background process runs
include("said-file.jl")
in the current julia session. Kind of like latexmk if you know what I
mean... I don't mean the exact same machinery, but it would be awesome if
upon saving the .jl file, it would run and spit out what ever it needs to
(errors, plots, text, etc).
Anyone knows of something like that (other than not-vim, like julia studio)?
Thanks!