https://github.com/JuliaLang/julia
Raw File
Tip revision: e6a9aa28373271b15f2e7836e391c0ce42677a39 authored by Keno Fischer on 17 April 2022, 05:52:34 UTC
WIP: Eager heap promotion where possible
Tip revision: e6a9aa2
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