https://github.com/JuliaLang/julia
Raw File
Tip revision: ae93879af3951f55c400b7c73c293bd00945f990 authored by Jishnu Bhattacharya on 12 January 2024, 06:19:54 UTC
Move adjtrans methods to mul
Tip revision: ae93879
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