https://github.com/JuliaLang/julia
Raw File
Tip revision: b511d1eac697d529f36ba549c618eae3d6ade170 authored by Martin Holters on 21 August 2020, 06:37:53 UTC
Assert `string(x...)::AbstractString` in `Symbol(x...)`
Tip revision: b511d1e
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