https://github.com/JuliaLang/julia
Raw File
Tip revision: f29de2dde00997bb55ff7803ff52e1a4cb61f00a authored by Rafael Fourquet on 02 October 2020, 18:17:09 UTC
Dict: enable faster hashing for homogeneous keys
Tip revision: f29de2d
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