https://github.com/JuliaLang/julia
Raw File
Tip revision: 20a6dea668402cc24e52987b721bfcd62b3df5a2 authored by Matt Bauman on 20 February 2024, 15:58:37 UTC
Merge remote-tracking branch 'origin/master' into sgj/mapreduce_pairwise
Tip revision: 20a6dea
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