How do we create an executable app for whatever code we’ve written in Julia?
I am relatively new to the language. Creating my little project I felt like checking out how executables work in Julia.
To my surprise, there seems to be no clear way to do it.
PackageCompiler.jl, as portrayed in online Discussions, is not ideal and creates large exe files even for very basic code blocks.
StaticCompiler.jl is still an experimental project.
All the posts on the topic however are from 2 years ago are more. Is there a convenient way to distribute your work to other machines where they don’t have to install Julia per se now? How lightweight is it?
I just want to know the present state of the matter. Thank you!