https://github.com/JuliaLang/julia
Raw File
Tip revision: ae59d29da316a998b21f4e1c6343fb32ab2eb91b authored by KristofferC on 19 May 2023, 14:37:33 UTC
load extensions with fewer triggers earlier
Tip revision: ae59d29
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