https://github.com/JuliaLang/julia
Raw File
Tip revision: 6f75053e9e2e4af291f286f090da359096b498ee authored by Kristoffer on 12 January 2023, 13:31:54 UTC
cache env lookups in the precompile process
Tip revision: 6f75053
mk_julia_flisp_boot.scm
(let ((lastpwd (path.cwd)))
  (path.cwd (cadr *argv*))
  (load (caddr *argv*))
  (path.cwd lastpwd))
(make-system-image (cadddr *argv*))
back to top