https://github.com/JuliaLang/julia
Raw File
Tip revision: 6e5a1bb5d7a55b5dfc48369f0f1cacb9afbb0efd authored by Simon Byrne on 16 September 2023, 00:08:03 UTC
add utc option to TmStruct
Tip revision: 6e5a1bb
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