https://github.com/JuliaLang/julia
Raw File
Tip revision: 335200c142e368cad9aba885df5539d2755195ad authored by Matt Bauman on 20 October 2015, 14:59:09 UTC
add temporary forward declarations
Tip revision: 335200c
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