https://github.com/JuliaLang/julia
Raw File
Tip revision: b19f2e644b505bd296aec54bff2f4cd94c05701b authored by Gabriel Baraldi on 20 September 2023, 16:41:21 UTC
Make the GC less greedy
Tip revision: b19f2e6
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