juliawin
juliawin copied to clipboard
Add julia daemon launcher using DaemonMode.jl
Create a julia-daemon.exe launcher with the following characteristics:
-
julia-daemon.exeshould be similar in nature tojulia.exe - on first run (e.g.
julia-daemon foo.jl) it will start the daemon and run the passes arguments - on consecutive runs, it will use the open daemon to run the next part
(related https://github.com/dmolina/DaemonMode.jl/issues/13)
future work drawing.zip