https://github.com/JuliaLang/julia
Raw File
Tip revision: 838827f4cd962f8c0ab5884e3856dd11462349f1 authored by Rafael Fourquet on 29 May 2019, 09:03:56 UTC
add pushfirst, and update docs
Tip revision: 838827f
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