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