https://github.com/JuliaLang/julia
Raw File
Tip revision: a4cb80f3edcf8cea00bd9660e3b65f544f41462f authored by Alex Arslan on 07 August 2018, 23:01:54 UTC
Set VERSION to 0.7.0
Tip revision: a4cb80f
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