https://github.com/JuliaLang/julia
Raw File
Tip revision: 2d468b1d093c68181f09f83e1108fde6a81e417b authored by Keno Fischer on 23 July 2019, 03:19:56 UTC
Mutually recursive field types, the easy version
Tip revision: 2d468b1
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