https://github.com/JuliaLang/julia
Raw File
Tip revision: 2f78e6a192bef2552f715f11f7f11ffa01b434ac authored by Fredrik Ekre on 04 July 2019, 10:55:40 UTC
Use repr on the environment variable values in versioninfo().
Tip revision: 2f78e6a
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