factor/basis/bootstrap/finish-bootstrap.factor

9 lines
209 B
Factor
Raw Normal View History

2008-12-08 15:58:00 -05:00
USING: init command-line debugger system continuations
2009-11-20 01:55:16 -05:00
namespaces eval kernel vocabs.loader io ;
2008-12-08 15:58:00 -05:00
[
boot
2009-11-20 01:55:16 -05:00
do-startup-hooks
[ command-line-startup ] [ print-error 1 exit ] recover
2009-11-20 01:55:16 -05:00
] set-startup-quot