(load "crabuild:boot2.lisp") (load "target:tools/setup") (load "target:tools/worldcom") ; Builds most of lisp ;(load "target:boot.lisp") #-pcl(load "target:tools/pclcom") ; Build PCL only in second turn (proclaim '(optimize (speed 3) (safety 0) (space 1) (debug 0) (compilation-speed 0))) (load "target:tools/comcom") ; Build Python and backend (load "target:tools/worldbuild") ; Make a new kernel.core (quit)