Interface to the Erlang code server process. This module contains the interface to the Erlang code server, which deals with the loading of compiled code into a running Erlang runtime system. The runtime system can be started in interactive or embedded mode. Which one is decided by the command-line flag -mode: % erl -mode embedded The modes are as follows: In interactive mode, which is default, onl