https://github.com/JuliaLang/julia
Raw File
Tip revision: 8ce8432ef486c850db77dde7a196641d64d8cd83 authored by Rafael Fourquet on 08 December 2018, 10:16:39 UTC
fix set operations on immutable sets (fix #30307)
Tip revision: 8ce8432
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