A list of the processes the system initializes on startup.
mp
nil
The variable *initial-processes*
specifies the processes which the system initializes on startup.
Each element of the *initial-processes*
list is a set of arguments for process-run-function.
To create a listener process as well as your own processes, evaluate this form before saving your image:
(push mp::*default-listener-process* mp:*initial-processes*)
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:51