https://github.com/JuliaLang/julia
Raw File
Tip revision: 95332444db5c0955bf119007ca1b067bda7a2e55 authored by Kristoffer Carlsson on 04 May 2023, 14:59:40 UTC
silence a compiler warning when not building with ITTAPI
Tip revision: 9533244
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