https://github.com/JuliaLang/julia
Raw File
Tip revision: 4437ca5e429df37820b525ea2ff147b65085964e authored by KristofferC on 11 May 2021, 15:59:57 UTC
add backport scripts to the Julia repo
Tip revision: 4437ca5
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