I begin to learn Julia on Windows and I would like to write and compile standalone executable programs working in a Console.
How may I do that ?
I begin to learn Julia on Windows and I would like to write and compile standalone executable programs working in a Console.
How may I do that ?
There’s https://github.com/JuliaLang/PackageCompiler.jl
Note that this is still an underdeveloped area of Julia.
Is there any particular reason why you would like to do that?