given that Julia executes as fast as C and internally compiles to machine code (except when in interpreted mode and thus using microlisp) - then I can easily get my binary?
looking into command line options with julia -h
I can’t find something related,
googling the question leads me to PackageCompiler
- is this a currently recommended way or there is a simplier approach?
thanks in advance! Vadim