https://github.com/JuliaLang/julia
Raw File
Tip revision: 2dd4a694dda894264c2432088921b0f8a068afb0 authored by Keno Fischer on 02 March 2022, 04:04:51 UTC
WIP: Cache Typeof in types
Tip revision: 2dd4a69
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