Precompile a script?

I think it does make sense, just try julia -O0 if it’s very short running.

An interpreter can also in practice (for short-running code) be faster, and I haven’t looked enough at Home · JuliaInterpreter.jl it may be for other purposes (only for debug?).