https://github.com/JuliaLang/julia
Raw File
Tip revision: 8e99382143eef58a901122202a472ece8244c993 authored by Dilum Aluthge on 12 September 2021, 06:55:08 UTC
`InteractiveUtils.versioninfo`: if this is a tagged commit, print the tagged release banner
Tip revision: 8e99382
mk_julia_flisp_boot.scm
(let ((lastpwd (path.cwd)))
  (path.cwd (cadr *argv*))
  (load (caddr *argv*))
  (path.cwd lastpwd))
(make-system-image (cadddr *argv*))
back to top