https://github.com/JuliaLang/julia
Raw File
Tip revision: 741ec98ca7c2e08ff675fe215f0dde0f14db53fd authored by Lilith Orion Hafner on 12 January 2024, 20:49:04 UTC
Merge branch 'master' into lh/dict-token-api
Tip revision: 741ec98
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