https://github.com/JuliaLang/julia
Raw File
Tip revision: 0878f84345017fdb5f787c06122903e36b2815bc authored by Chris Foster on 28 May 2019, 22:40:36 UTC
Temporary notes about the frontend functions
Tip revision: 0878f84
mk_julia_flisp_boot.scm
(set! lastpwd (path.cwd))
(path.cwd (cadr *argv*))
(load (caddr *argv*))
(path.cwd lastpwd)
(make-system-image (cadddr *argv*))
back to top