https://github.com/JuliaLang/julia
Raw File
Tip revision: 4553395fc73df980efe8090b2411abefa8effa98 authored by Rafael Fourquet on 03 October 2020, 12:57:15 UTC
introduce HashDict, a more general Dict
Tip revision: 4553395
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