Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
Startup initialization file
Factor documentation
>
Factor handbook
>
The implementation
>
Running code on startup
Prev:
Bootstrap initialization file
Next:
Additional vocabulary roots file
The startup initialization file is named
.factor-rc
. If it exists, it is run every time Factor starts.
A word to run this file from an existing Factor session:
run-user-init
( -- )