https://github.com/JuliaLang/julia
Raw File
Tip revision: 6366a25fadf04f54aca0de4184cf82096a466886 authored by Kristoffer Carlsson on 08 February 2018, 12:08:23 UTC
print stdlibs and timings when they are loaded
Tip revision: 6366a25
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