https://github.com/JuliaLang/julia
Raw File
Tip revision: a04cde9bc98a2bfc0e22ffbc4391ed1ea2127dda authored by Kristoffer on 16 February 2024, 17:04:49 UTC
implement a julia specific debug mode with `--debug`
Tip revision: a04cde9
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