https://github.com/JuliaLang/julia
Raw File
Tip revision: 9cac86201dd80e606e39470526b83eab67fdda4c authored by Steven G. Johnson on 13 February 2024, 19:18:06 UTC
Merge branch 'master' into sgj/combiningchardisplay
Tip revision: 9cac862
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