https://github.com/JuliaLang/julia
Raw File
Tip revision: e24523c5300c51594cb1bc302e54a7913461c940 authored by Jeff Bezanson on 08 February 2021, 20:08:50 UTC
use `getfield` to access type fields in reflection
Tip revision: e24523c
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