https://github.com/JuliaLang/julia
Raw File
Tip revision: 237a20f820aaa7c03de358d2b8710d906d22a8f0 authored by Curtis Vogt on 01 October 2020, 20:57:25 UTC
Add round-trip test
Tip revision: 237a20f
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