https://github.com/JuliaLang/julia
Raw File
Tip revision: 9bdd9302cdd7f8fc499e9111d4a084548f0fff5e authored by Tim Besard on 11 February 2022, 10:10:47 UTC
Enable full task backtraces.
Tip revision: 9bdd930
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