How do you distribute your Julia projects these days? Do you require your end users to install Julia on their machines? Do they have to pass through the stdlib compilation part (which takes around 2 seconds on my machine) each time they want to run your product? What options do I have if I want to distribute application developed in Julia?
Is it possible or is it even planned to be able to create native standalone executables from Julia scripts? By standalone I mean that executable file can be used fully by the end user without the need to install Julia. By native I mean that Julia code is compiled ahead of time to fast native code.
