Erlang and Elixir for Imperative Programmers by Wolfgang Loder

Erlang and Elixir for Imperative Programmers by Wolfgang Loder

Author:Wolfgang Loder
Language: eng
Format: epub, pdf
Publisher: Apress, Berkeley, CA


This is the specification for the elixirexamples application and the important keys are the following: modules defines all the modules in the application. In your example they are all Elixir modules and therefore have the prefix “Elixir.”.

applications lists all applications that have to be loaded before the application specified. This list correlates to the definition in mix.exs and adds important ones like Elixir by default. See Example 10-25.

1 def application do

2 [

3 applications: [:logger, :timex]

4 ]

5 end

Example 10-25.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.