Compiling .exe in Julia and distribute the App to a user ! How ?

Hello again,

first question every new programmer asks is if it is possible in the computer
language to compile the program to a standalone .exe in Windows , or a executable
file in Linux. (also a bundle option)

I have this question too.

Are there tools recommended for this ?

WBR
MHE

https://github.com/JuliaComputing/static-julia/blob/master/README.md

never tries it myself. also it says that in v0.7 a single binary (like with Go) can be created. So i am looking forward to it

Thank you xiaodai,

looks good.

Maybe there are other methods too.

WBR
MHE