Hacker News new | ask | show | jobs
by tomp 2758 days ago
Note that the blog post is also about deployment, not just about performance. Does Julia support statically compiled executables without dependencies or GC?
2 comments

Unfortunately, not really. There is some community work in that regard [1], but it doesn't seem to get as much attention as one would like. Some people have gotten it to work, but official support (guaranteeing maintenance and decent documentation) for static compilation and easy deployment would make a huge difference.

[1] https://github.com/JuliaLang/PackageCompiler.jl

Better support for static compilation Is on the roadmap