https://github.com/JuliaLang/julia
Raw File
Tip revision: 3dc3cb651ffa94b22a65f6410777293fa5443bea authored by Valentin Churavy on 11 February 2022, 15:38:27 UTC
Make imaging_mode a separate flag
Tip revision: 3dc3cb6
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