An Elixir project with Erlang code mixed into it!
This is an example of how an Elixir project can embed .erl
files and use them.
All one needs to do is place .erl
files into a src
directory.
You need to have Elixir installed.
iex -S mix
iex(1)> Hiccup.hello
Calling Erlang's hello!