Juliac and PackageCompiler

It seems that juliac is currently being developed to compile Julia code into binary, which does not impose the constraints in static compilation. I’m however curous about the relation between juliac and Package Compiler: are they in competition with each other? I read the source code of PackageCompiler.jl and it seems to be comparable to juliac.jl, and I’m curious about the future of both juliac and PackageCompiler.jl.

5 Likes

Correct, they are similar. In fact the goal is for juliac to be a command-line-style interface to PackageCompiler, so they will be the same thing plus a couple new features.

27 Likes