https://github.com/JuliaLang/julia
Raw File
Tip revision: c16a1096a0f97a0538fa54a4f0885b27af1ae6e8 authored by Jarrett Revels on 22 June 2018, 20:25:05 UTC
fix tuple handling code w.r.t. kind types/vararg types
Tip revision: c16a109
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