https://github.com/JuliaLang/julia
Raw File
Tip revision: 85d9f486893526abaeb7e045d22f096e4e3e4d11 authored by Matt Bauman on 22 August 2019, 22:37:27 UTC
better... use its own style but promote to Diagonal
Tip revision: 85d9f48
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