https://github.com/JuliaLang/julia
Raw File
Tip revision: d9749f45f38b01045c18081a4e63fa1bee689f77 authored by KristofferC on 15 December 2020, 08:33:42 UTC
assume project/manifest doe not change within a require call or within a precompilation process
Tip revision: d9749f4
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