https://github.com/JuliaLang/julia
Raw File
Tip revision: 637cc5fe3f20355615b952742f669892269e468c authored by Andy Ferris on 29 August 2017, 12:20:55 UTC
Added a MappedArray wrapper
Tip revision: 637cc5f
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