https://github.com/JuliaLang/julia
Raw File
Tip revision: af45205e0014480a1dfe39d9331151901b861daa authored by Rafael Fourquet on 26 September 2020, 09:33:12 UTC
use SHA512 when seeding MersenneTwister
Tip revision: af45205
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