https://github.com/JuliaLang/julia
Raw File
Tip revision: d4e7fb98fb9440644d0e9d0939761f6524491932 authored by Matt Bauman on 29 January 2016, 01:49:18 UTC
WIP: Try defaulting to views
Tip revision: d4e7fb9
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