https://github.com/JuliaLang/julia
Raw File
Tip revision: 60cb4a56a6accb7ffa2a4c5bbcf3a59ccbb1ef40 authored by Dilum Aluthge on 21 February 2022, 07:05:17 UTC
Append an `@vendored` entry to the end of the default `LOAD_PATH` that expands to `$(Sys.BINDIR)/../share/julia/vendored/v$(VERSION.major).$(VERSION.minor)`
Tip revision: 60cb4a5
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