https://github.com/JuliaLang/julia
Raw File
Tip revision: 78556c31c4b743ff75a4c901ddc76f1caf9a306c authored by Rafael Fourquet on 28 April 2021, 15:54:40 UTC
merge[!]: allow non-dicts as "others" arguments
Tip revision: 78556c3
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