https://github.com/JuliaLang/julia
Raw File
Tip revision: 2361d2e8e079b1292bab0649af3b03f1e980f3e4 authored by Cody Tapscott on 15 May 2024, 15:17:11 UTC
Increase `max_args` for `print` and `println`
Tip revision: 2361d2e
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