Packagecompiler instruction are not much clear ,when used the command it just ended up opening in atom editor without any compilation strange.
i am almost lost ,can any one help statically compiling Julia scripts.
Packagecompiler instruction are not much clear ,when used the command it just ended up opening in atom editor without any compilation strange.
i am almost lost ,can any one help statically compiling Julia scripts.
Are you just trying to run juliac.jl
? If you are I suspect you just have .jl files mapped to open in atom. Try running julia juliac.jl
instead.
Please be aware that the compiler is still a work in progress so you might not be impressed with the size of the resulting file…
I know @kristoffer.carlsson is working on a series of article that’s shrared on Slack #static-compilation but the gist is secret so I am not sure if the author wants to share it in public yet.