Handbook
Glossary
boot ( -- )
Factor handbook
»
The implementation
»
Initialization and startup
Prev:
do-shutdown-hooks ( -- )
Next:
do-startup-hooks ( -- )
Vocabulary
init
Word description
Called on startup as part of the boot quotation to initialize the runtime and prepare it for running user code.
See also
startup-quot
,
set-startup-quot
Definition
USING:
continuations.private
namespaces
;
IN:
init
:
boot
( -- )
init-namestack
init-catchstack
init-error-handler
;