https://github.com/JuliaLang/julia
Raw File
Tip revision: b10e1ec0beec46c10fc0bb7ac9406c609db16817 authored by Stefan Karpinski on 29 January 2021, 23:12:44 UTC
remove debug statement
Tip revision: b10e1ec
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