https://github.com/JuliaLang/julia
Raw File
Tip revision: 4ae91695b3964c6974e34988ac8e4a7d197ad418 authored by Andy Ferris on 20 May 2020, 01:36:54 UTC
Add a default implementation of `length` using `iterate`.
Tip revision: 4ae9169
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