https://github.com/JuliaLang/julia
Raw File
Tip revision: 34aa71fc71c634fca3a9ffa889c16fd9d0bb59e8 authored by Kristoffer Carlsson on 21 January 2018, 13:44:03 UTC
change signatures that help is showing [ci skip]
Tip revision: 34aa71f
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