https://github.com/JuliaLang/julia
Raw File
Tip revision: f05d56144f2b955350378da9a376e2744bebfd86 authored by Yichao Yu on 05 December 2015, 20:13:31 UTC
Sync runtime with GC
Tip revision: f05d561
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