https://github.com/JuliaLang/julia
Raw File
Tip revision: 89415b872563ee6f67749a8e2b62cd89c828707e authored by Dilum Aluthge on 14 January 2022, 01:01:14 UTC
Add the `InteractiveUtils.debuginfodump()` function
Tip revision: 89415b8
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