This is a "kick start" tutorial to get you started with Erlang. Everything here is true, but only part of the truth. For example, I'll only tell you the simplest form of the syntax, not all esoteric ...
An application can include other applications. An included application has its own application directory and .app file, but it is started as part of the supervisor tree of another application. An ...