https://github.com/JuliaLang/julia
Raw File
Tip revision: 40cafffb1042fc634b908a53c7cbd29761377336 authored by Max Horn on 23 February 2024, 07:52:38 UTC
Merge branch 'master' into kf/bbmsan
Tip revision: 40cafff
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