https://github.com/JuliaLang/julia
Raw File
Tip revision: b137e18c804f7a88954b990289f474333765f481 authored by oscarddssmith on 13 January 2023, 21:53:31 UTC
fix isassigned for buffer
Tip revision: b137e18
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