https://github.com/JuliaLang/julia
Raw File
Tip revision: af26be9558b19a389adcb6c0e6ec1a888ae713a1 authored by Yichao Yu on 07 March 2017, 00:22:23 UTC
nothing to find here, really
Tip revision: af26be9
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