https://github.com/JuliaLang/julia
Raw File
Tip revision: cc277edd630c9b68e565f6972e157c7d124936cb authored by gbaraldi on 15 March 2024, 17:25:04 UTC
Memoize the false case as well.
Tip revision: cc277ed
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