https://github.com/JuliaLang/julia
Raw File
Tip revision: 50211485830a532932addf713fe486b6e19eaccb authored by Gabriel Baraldi on 14 November 2023, 14:48:42 UTC
Merge branch 'master' into gb/gc-correct-constraint
Tip revision: 5021148
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