https://github.com/JuliaLang/julia
Raw File
Tip revision: b6cde15fb68f9092e61dc42a28f9763202fc094b authored by Simon Byrne on 21 June 2017, 23:48:49 UTC
use where syntax
Tip revision: b6cde15
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