https://github.com/JuliaLang/julia
Raw File
Tip revision: f73f957ac8609b5be16d8578ce648c7e81dd0673 authored by Dilum Aluthge on 14 April 2024, 17:52:30 UTC
In the `UndefVarError(::Symbol)` constructor, set `scope` to `nothing`
Tip revision: f73f957
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